Skip to content

Commit 0cf0bfb

Browse files
committed
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.
1 parent 60da7f3 commit 0cf0bfb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,10 @@ https://nlnet.nl/project/Mox/.
141141
- Automate DNS management, for setup and maintenance, such as DANE/DKIM key rotation
142142
- Config options for "transactional email domains", for which mox will only
143143
send messages
144-
- More IMAP extensions (UNAUTHENTICATE, NOTIFY, OBJECTID, UIDONLY)
144+
- More IMAP extensions (NOTIFY, UIDONLY)
145145
- Encrypted storage of files (email messages, TLS keys), also with per account keys
146146
- Recognize common deliverability issues and help postmasters solve them
147+
- JMAP, IMAP OBJECTID extension, IMAP JMAPACCESS extension
147148
- Calendaring with CalDAV/iCal
148149
- Introbox, to which first-time senders are delivered
149150
- Add special IMAP mailbox ("Queue?") that contains queued but
@@ -160,7 +161,6 @@ https://nlnet.nl/project/Mox/.
160161
- Privilege separation, isolating parts of the application to more restricted
161162
sandbox (e.g. new unauthenticated connections)
162163
- Using mox as backup MX
163-
- JMAP
164164
- Sieve for filtering (for now see Rulesets in the account config)
165165
- ARC, with forwarded email from trusted source
166166
- Milter support, for integration with external tools

rfc/index.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ https://www.iana.org/assignments/message-headers/message-headers.xhtml
226226
7377 Roadmap - IMAP4 Multimailbox SEARCH Extension
227227
7888 Yes - IMAP4 Non-synchronizing Literals
228228
7889 Yes - The IMAP APPENDLIMIT Extension
229-
8437 Roadmap - IMAP UNAUTHENTICATE Extension for Connection Reuse
229+
8437 No - IMAP UNAUTHENTICATE Extension for Connection Reuse
230230
8438 Yes - IMAP Extension for STATUS=SIZE
231231
8440 ? - IMAP4 Extension for Returning MYRIGHTS Information in Extended LIST
232232
8457 No - IMAP "$Important" Keyword and "\Important" Special-Use Attribute

0 commit comments

Comments
 (0)