Ticket #42 (closed enhancement: fixed)
Add user-scheduled quarantine summary digests
| Reported by: | rjl | Owned by: | dmorton |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.0 |
| Component: | PHP scripts | Version: | 1.0.0 RC5 |
| Severity: | normal | Keywords: | quarantine summary digest e-mail schedule |
| Cc: |
Description
With this feature, users can specify thresholds (time, count, size) at which an e-mail is sent to them to notify them about the contents of their quarantines. These e-mails would contain the sender's name and e-mail address, the subject line, and a clickable token that uniquely identifies the e-mail in Maia's database. Clicking on that link would open up Maia's mail viewer with that e-mail, so that the user can act on the mail immediately without having to login to Maia separately.
The e-mail itself would likely be HTML-based, and the tokens would be MD5 hashes unique to the tuple of mail ID and recipient ID, so that a login is not necessary to authenticate the user.

