mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
imapserver: implement UIDONLY extension, RFC 9586
Once clients enable this extension, commands can no longer refer to "message sequence numbers" (MSNs), but can only refer to messages with UIDs. This means both sides no longer have to carefully keep their sequence numbers in sync (error-prone), and don't have to keep track of a mapping of sequence numbers to UIDs (saves resources). With UIDONLY enabled, all FETCH responses are replaced with UIDFETCH response.
This commit is contained in:
@ -242,7 +242,7 @@ https://www.iana.org/assignments/message-headers/message-headers.xhtml
|
||||
9208 Partial - IMAP QUOTA Extension
|
||||
9394 Roadmap - IMAP PARTIAL Extension for Paged SEARCH and FETCH
|
||||
9585 Yes - IMAP Response Code for Command Progress Notifications
|
||||
9586 Roadmap - IMAP Extension for Using and Returning Unique Identifiers (UIDs) Only
|
||||
9586 Yes - IMAP Extension for Using and Returning Unique Identifiers (UIDs) Only
|
||||
9590 Yes - IMAP Extension for Returning Mailbox METADATA in Extended LIST
|
||||
9698 ? - The JMAPACCESS Extension for IMAP
|
||||
9738 No - IMAP MESSAGELIMIT Extension
|
||||
|
Reference in New Issue
Block a user