shuffle entries in roadmap

it hasn't been updated in a while. this isn't the full picture either, but at
least closer to the planned order.
This commit is contained in:
Mechiel Lukkien 2025-02-16 16:28:03 +01:00
parent 3d0dc3a79d
commit 4765bf3b2c
No known key found for this signature in database

View File

@ -135,20 +135,19 @@ https://nlnet.nl/project/Mox/.
## Roadmap ## Roadmap
- "mox setup" command, with webapp for interactive setup
- Automate DNS management, for setup and maintenance, such as DANE/DKIM key rotation.
- Calendaring with CalDAV/iCal - Calendaring with CalDAV/iCal
- More IMAP extensions (PREVIEW, WITHIN, IMPORTANT, COMPRESS=DEFLATE, - More IMAP extensions (PREVIEW, WITHIN, IMPORTANT, COMPRESS=DEFLATE,
CREATE-SPECIAL-USE, SAVEDATE, UNAUTHENTICATE, REPLACE, QUOTA, NOTIFY, CREATE-SPECIAL-USE, SAVEDATE, UNAUTHENTICATE, REPLACE, QUOTA, NOTIFY,
MULTIAPPEND, OBJECTID, MULTISEARCH, THREAD, SORT) MULTIAPPEND, OBJECTID, MULTISEARCH, THREAD, SORT)
- SMTP DSN extension
- "mox setup" command, with webapp for interactive setup
- Introbox, to which first-time senders are delivered - Introbox, to which first-time senders are delivered
- ARC, with forwarded email from trusted source - ARC, with forwarded email from trusted source
- Forwarding (to an external address)
- Add special IMAP mailbox ("Queue?") that contains queued but - Add special IMAP mailbox ("Queue?") that contains queued but
undelivered messages, updated with IMAP flags/keywords/tags and message headers. undelivered messages, updated with IMAP flags/keywords/tags and message headers.
- Forwarding (to an external address)
- External addresses in aliases/lists. - External addresses in aliases/lists.
- Autoresponder (out of office/vacation) - Autoresponder (out of office/vacation)
- OAUTH2 support, for single sign on
- IMAP extensions for "online"/non-syncing/webmail clients (SORT (including - IMAP extensions for "online"/non-syncing/webmail clients (SORT (including
DISPLAYFROM, DISPLAYTO), THREAD, PARTIAL, CONTEXT=SEARCH CONTEXT=SORT ESORT, DISPLAYFROM, DISPLAYTO), THREAD, PARTIAL, CONTEXT=SEARCH CONTEXT=SORT ESORT,
FILTERS) FILTERS)
@ -163,6 +162,8 @@ https://nlnet.nl/project/Mox/.
- Milter support, for integration with external tools - Milter support, for integration with external tools
- IMAP Sieve extension, to run Sieve scripts after message changes (not only - IMAP Sieve extension, to run Sieve scripts after message changes (not only
new deliveries) new deliveries)
- OAUTH2 support, for single sign on
- SMTP DSN extension
There are many smaller improvements to make as well, search for "todo" in the code. There are many smaller improvements to make as well, search for "todo" in the code.