diff --git a/README.md b/README.md index d2e2ed2..dc2cf09 100644 --- a/README.md +++ b/README.md @@ -145,22 +145,22 @@ https://nlnet.nl/project/Mox/. - Add special IMAP mailbox ("Queue?") that contains queued but undelivered messages, updated with IMAP flags/keywords/tags and message headers. - External addresses in aliases/lists. -- Sieve for filtering (for now see Rulesets in the account config) - Autoresponder (out of office/vacation) - OAUTH2 support, for single sign on +- IMAP extensions for "online"/non-syncing/webmail clients (SORT (including + DISPLAYFROM, DISPLAYTO), THREAD, PARTIAL, CONTEXT=SEARCH CONTEXT=SORT ESORT, + FILTERS) +- Improve support for mobile clients with extensions: IMAP URLAUTH, SMTP + CHUNKING and BINARYMIME, IMAP CATENATE +- Mailing list manager - Privilege separation, isolating parts of the application to more restricted sandbox (e.g. new unauthenticated connections) - Using mox as backup MX - JMAP +- Sieve for filtering (for now see Rulesets in the account config) - Milter support, for integration with external tools -- IMAP extensions for "online"/non-syncing/webmail clients (SORT (including - DISPLAYFROM, DISPLAYTO), THREAD, PARTIAL, CONTEXT=SEARCH CONTEXT=SORT ESORT, - FILTERS) - IMAP Sieve extension, to run Sieve scripts after message changes (not only new deliveries) -- Improve support for mobile clients with extensions: IMAP URLAUTH, SMTP - CHUNKING and BINARYMIME, IMAP CATENATE -- Mailing list manager There are many smaller improvements to make as well, search for "todo" in the code. diff --git a/develop.txt b/develop.txt index cbe7c63..f13da0f 100644 --- a/develop.txt +++ b/develop.txt @@ -285,7 +285,7 @@ for i in 0 12; do done ``` -With the following "tobmox.sh" script: +With the following "tombox.sh" script: ``` #!/bin/sh @@ -305,7 +305,7 @@ done - Check if dependencies need updates. - Check code if there are deprecated features that can be removed. - Generate apidiff and check if breaking changes can be prevented. Update moxtools. -- Update features & roadmap in README.md +- Update features & roadmap in README.md and website. - Write release notes, copy from previous. - Build and run tests with previous major Go release. - Run tests, including with race detector, also with TZ= for UTC-behaviour.