mirror of
https://github.com/mjl-/mox.git
synced 2025-04-21 21:40:01 +03:00
We won't be implementing IMAP UNAUTHENTICATE.
Doesn't seem like it's a common thing to do. And it's just a bit risky, it's too easy to forget to clear some part of the authentication state on a connection (especially future changes that forget to update clear a new field during unauthenticate). If a strong use case ever pops up, we can reconsider. Also update the roadmap a bit.
This commit is contained in:
parent
60da7f34b8
commit
0cf0bfb8a6
2 changed files with 3 additions and 3 deletions
|
@ -141,9 +141,10 @@ https://nlnet.nl/project/Mox/.
|
|||
- Automate DNS management, for setup and maintenance, such as DANE/DKIM key rotation
|
||||
- Config options for "transactional email domains", for which mox will only
|
||||
send messages
|
||||
- More IMAP extensions (UNAUTHENTICATE, NOTIFY, OBJECTID, UIDONLY)
|
||||
- More IMAP extensions (NOTIFY, UIDONLY)
|
||||
- Encrypted storage of files (email messages, TLS keys), also with per account keys
|
||||
- Recognize common deliverability issues and help postmasters solve them
|
||||
- JMAP, IMAP OBJECTID extension, IMAP JMAPACCESS extension
|
||||
- Calendaring with CalDAV/iCal
|
||||
- Introbox, to which first-time senders are delivered
|
||||
- Add special IMAP mailbox ("Queue?") that contains queued but
|
||||
|
@ -160,7 +161,6 @@ https://nlnet.nl/project/Mox/.
|
|||
- 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)
|
||||
- ARC, with forwarded email from trusted source
|
||||
- Milter support, for integration with external tools
|
||||
|
|
|
@ -226,7 +226,7 @@ https://www.iana.org/assignments/message-headers/message-headers.xhtml
|
|||
7377 Roadmap - IMAP4 Multimailbox SEARCH Extension
|
||||
7888 Yes - IMAP4 Non-synchronizing Literals
|
||||
7889 Yes - The IMAP APPENDLIMIT Extension
|
||||
8437 Roadmap - IMAP UNAUTHENTICATE Extension for Connection Reuse
|
||||
8437 No - IMAP UNAUTHENTICATE Extension for Connection Reuse
|
||||
8438 Yes - IMAP Extension for STATUS=SIZE
|
||||
8440 ? - IMAP4 Extension for Returning MYRIGHTS Information in Extended LIST
|
||||
8457 No - IMAP "$Important" Keyword and "\Important" Special-Use Attribute
|
||||
|
|
Loading…
Reference in a new issue