mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
update roadmap, top items are likely to happen soon, add milter to the list (for issue #47)
This commit is contained in:
parent
c0100f44e7
commit
8bc554b671
1 changed files with 12 additions and 11 deletions
23
README.md
23
README.md
|
@ -108,23 +108,24 @@ The code is heavily cross-referenced with the RFCs for readability/maintainabili
|
||||||
|
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
- Privilege separation, isolating parts of the application to more restricted
|
- IMAP CONDSTORE and QRESYNC extensions
|
||||||
sandbox (e.g. new unauthenticated connections).
|
- Webmail
|
||||||
- DANE and DNSSEC.
|
- IMAP THREAD extension
|
||||||
- Sending DMARC and TLS reports (currently only receiving).
|
- DANE and DNSSEC
|
||||||
- OAUTH2 support, for single sign on.
|
- Sending DMARC and TLS reports (currently only receiving)
|
||||||
|
- OAUTH2 support, for single sign on
|
||||||
- Add special IMAP mailbox ("Queue?") that contains queued but
|
- 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)
|
- Sieve for filtering (for now see Rulesets in the account config)
|
||||||
- Calendaring
|
- Calendaring
|
||||||
- IMAP CONDSTORE and QRESYNC extensions
|
- Privilege separation, isolating parts of the application to more restricted
|
||||||
- IMAP THREAD extension
|
sandbox (e.g. new unauthenticated connections)
|
||||||
- Using mox as backup MX.
|
- Using mox as backup MX
|
||||||
- Old-style internationalization in messages.
|
- Old-style internationalization in messages
|
||||||
- JMAP
|
- JMAP
|
||||||
- Webmail
|
|
||||||
- Autoresponder (out of office/vacation)
|
- Autoresponder (out of office/vacation)
|
||||||
- HTTP-based API for sending messages and receiving delivery feedback
|
- 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.
|
There are many smaller improvements to make as well, search for "todo" in the code.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue