mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 17:04:39 +03:00
implement imap savedate extension, rfc 8514
it makes a new field available on stored messages. not when they they were received (over smtp) or appended to the mailbox (over imap), but when they were last "saved" in the mailbox. copy/move of a message (eg to the trash) resets the "savedate" value. this helps implement "remove messages from trash after X days".
This commit is contained in:
@ -232,7 +232,7 @@ https://www.iana.org/assignments/message-headers/message-headers.xhtml
|
||||
8457 Roadmap - IMAP "$Important" Keyword and "\Important" Special-Use Attribute
|
||||
8474 Roadmap - IMAP Extension for Object Identifiers
|
||||
8508 Roadmap - IMAP REPLACE Extension
|
||||
8514 Roadmap - Internet Message Access Protocol (IMAP) - SAVEDATE Extension
|
||||
8514 Yes - Internet Message Access Protocol (IMAP) - SAVEDATE Extension
|
||||
8970 Roadmap - IMAP4 Extension: Message Preview Generation
|
||||
9208 Partial - IMAP QUOTA Extension
|
||||
9394 Roadmap - IMAP PARTIAL Extension for Paged SEARCH and FETCH
|
||||
|
Reference in New Issue
Block a user