From 8bc554b6717c46025b9f4572accd127c042b7a8a Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Mon, 24 Jul 2023 11:03:53 +0200 Subject: [PATCH] update roadmap, top items are likely to happen soon, add milter to the list (for issue #47) --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 41e91c4..ed81b9e 100644 --- a/README.md +++ b/README.md @@ -108,23 +108,24 @@ The code is heavily cross-referenced with the RFCs for readability/maintainabili ## Roadmap -- Privilege separation, isolating parts of the application to more restricted - sandbox (e.g. new unauthenticated connections). -- DANE and DNSSEC. -- Sending DMARC and TLS reports (currently only receiving). -- OAUTH2 support, for single sign on. +- IMAP CONDSTORE and QRESYNC extensions +- Webmail +- IMAP THREAD extension +- DANE and DNSSEC +- Sending DMARC and TLS reports (currently only receiving) +- OAUTH2 support, for single sign on - Add special IMAP mailbox ("Queue?") that contains queued but - not-yet-delivered messages. + not-yet-delivered messages - Sieve for filtering (for now see Rulesets in the account config) - Calendaring -- IMAP CONDSTORE and QRESYNC extensions -- IMAP THREAD extension -- Using mox as backup MX. -- Old-style internationalization in messages. +- Privilege separation, isolating parts of the application to more restricted + sandbox (e.g. new unauthenticated connections) +- Using mox as backup MX +- Old-style internationalization in messages - JMAP -- Webmail - Autoresponder (out of office/vacation) - HTTP-based API for sending messages and receiving delivery feedback +- Milter support, for integration with external tools There are many smaller improvements to make as well, search for "todo" in the code.