mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 21:17:50 +02:00
Eventually the Publish action will control daily/monthly sending and provide the correct threats to email. The goal of this PR is to entirely separate the "sending email" functionality from the "parsing threat matches" functionality. The PublishAction will figure out if the monthly emails should be sent out, then will ask the Spec11ThreatMatchesParser for the monthly threats (if appropriate) and the new threat matches for today. It will then pass those matches and the appropriate email subject+body to the email utils class, whose only job is to format and send the emails. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=224869643 |
||
---|---|---|
.. | ||
BUILD | ||
GenerateSpec11ReportAction.java | ||
PublishSpec11ReportAction.java | ||
RegistrarThreatMatches.java | ||
Spec11EmailUtils.java | ||
Spec11Module.java | ||
Spec11RegistrarThreatMatchesParser.java |