General megaissue for broad email enhancements
SMTP
- Implement missing extensions, (many are called out at top of net_smtp) e.g.
IMAP
- For BURL IMAP, we need to extract the Bcc from the submitted message and not include it in the outgoing message
- Still need a reliable client that supports BURL (so not Trojita). Spearhead getting it added to Thunderbird?
- Implement missing extensions (many are called out at top of net_imap)
- Pipelining support (i.e. taking advantage of pipelining to process commands in true parallel)? But what clients can actually take advantage of that? Very high effort, very low reward - tabled for now, unlikely to ever be implemented.
- UIDONLY (https://datatracker.ietf.org/doc/rfc9586/)
- We don't keep a map of sequence numbers to UIDs per client (or at all), currently... what are the implications of this?
- Undocumented SCAN extension?: https://lists.andrew.cmu.edu/pipermail/cyrus-devel/2008-January/000730.html
- Store stats about IMAP command usage (e.g. COPY vs MOVE) as well as user agents (for IMAP and other protocols)
- could introduce a "peg counter API" for this
maildir
Mail filtering: has its own issue at LBBS-31
Other
- Set up a filtering rule to auto process incoming DMARC reports and run the opendmarc scripts on them to process them. Include in the rules template
Comments
You must be logged in to leave a comment.