mirror of
https://github.com/mjl-/mox.git
synced 2025-07-15 13:24:38 +03:00
imapserver: implement MULTIAPPEND extension, rfc 3502
MULTIAPPEND modifies the existing APPEND command to allow multiple messages. it is somewhat more involved than a regular append of a single message since the operation (of adding multiple messages) must be atomic. either all are added, or none are. we check as early as possible if the messages won't cause an over-quota error.
This commit is contained in:
@ -176,7 +176,7 @@ https://www.iana.org/assignments/message-headers/message-headers.xhtml
|
||||
2683 Yes - IMAP4 Implementation Recommendations
|
||||
2971 Yes - IMAP4 ID extension
|
||||
3348 Yes Obs (RFC 5258) The Internet Message Action Protocol (IMAP4) Child Mailbox Extension
|
||||
3502 Roadmap - Internet Message Access Protocol (IMAP) - MULTIAPPEND Extension
|
||||
3502 Yes - Internet Message Access Protocol (IMAP) - MULTIAPPEND Extension
|
||||
3503 ? - Message Disposition Notification (MDN) profile for Internet Message Access Protocol (IMAP)
|
||||
3516 Yes - IMAP4 Binary Content Extension
|
||||
3691 Yes - Internet Message Access Protocol (IMAP) UNSELECT command
|
||||
|
Reference in New Issue
Block a user