IMAP4Server: Add support for PERMANENTFLAGS response from SELECT and EXAMINE
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from biny <[email protected]>: SELECT: http://tools.ietf.org/html/rfc3501#section-6.3.1 EXAMINE: http://tools.ietf.org/html/rfc3501#section-6.3.2 http://tools.ietf.org/html/rfc3501#section-7.1 PERMANENTFLAGS Followed by a parenthesized list of flags, indicates which of the known flags the client can change permanently. Any flags that are in the FLAGS untagged response, but not the PERMANENTFLAGS list, can not be set permanently. If the client attempts to STORE a flag that is not in the PERMANENTFLAGS list, the server will either ignore the change or store the state change for the remainder of the current session only. The PERMANENTFLAGS list can also include the special flag \*, which indicates that it is possible to create new keywords by attempting to store those flags in the mailbox. ---------- Type : enhancement Component: mail Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/3951