MailNews:Supported IMAP extensions: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(RFC 6154 is only partially done in bug 558659) |
||
| (20 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
[http://www.iana.org/assignments/imap-capabilities/imap-capabilities.xhtml#imap-capabilities-1 Canonical list of IMAP Capabilities] | |||
= Supported = | = Supported = | ||
* IDLE command - RFC 2177 | * IDLE command - RFC 2177 | ||
| Line 9: | Line 11: | ||
* STARTTLS - RFC 2595, RFC 3501 | * STARTTLS - RFC 2595, RFC 3501 | ||
* UIDPLUS - RFC 4315 | * UIDPLUS - RFC 4315 | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=401673 COMPRESS=DEFLATE] - RFC 4978 | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=476260 XLIST] - Supported in Apple iPhone, developed by Google and Apple to define standart folder names like drafts, sent, junk - especially important if they using international names. | * [https://bugzilla.mozilla.org/show_bug.cgi?id=476260 XLIST] - Supported in Apple iPhone, developed by Google and Apple to define standart folder names like drafts, sent, junk - especially important if they using international names. | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=636285 MOVE] http://tools.ietf.org/html/draft-krecicki-imap-move | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=531158 ID] - RFC 2971 | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=286581 EXTERAL SASL] - RFC 4422 | |||
= Unsupported or partially implement = | = Unsupported or partially implement = | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=558659 Special-Use Mailboxes] - RFC 6154 | |||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=59704 LOGIN-REFERRALS] - RFC 2221, RFC 2193 | * [https://bugzilla.mozilla.org/show_bug.cgi?id=59704 LOGIN-REFERRALS] - RFC 2221, RFC 2193 | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=59704 MAILBOX-REFERRALS] - RFC 2193 | * [https://bugzilla.mozilla.org/show_bug.cgi?id=59704 MAILBOX-REFERRALS] - RFC 2193 | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=439046 LANGUAGE, I18NLEVEL=1, I18NLEVEL=2] - RFC 5255 | * [https://bugzilla.mozilla.org/show_bug.cgi?id=439046 LANGUAGE, I18NLEVEL=1, I18NLEVEL=2] - RFC 5255 | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=207628 ACL, RIGHTS=] - RFC 4314 | * [https://bugzilla.mozilla.org/show_bug.cgi?id=207628 ACL, RIGHTS=] - RFC 4314. Currently read-only. Write support (set/modify ACL) has patches for [https://bugzilla.mozilla.org/show_bug.cgi?id=522955 backend] and code for [https://bugzilla.mozilla.org/show_bug.cgi?id=522954 frontend] | ||
* BINARY - RFC 3516 | * BINARY - RFC 3516 | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=340954 CATENATE] - RFC 4469 | * [https://bugzilla.mozilla.org/show_bug.cgi?id=340954 CATENATE] - RFC 4469 | ||
| Line 23: | Line 29: | ||
* ESEARCH - RFC 4731 | * ESEARCH - RFC 4731 | ||
* ESORT - RFC 5267 | * ESORT - RFC 5267 | ||
* MULTIAPPEND - RFC 3502 | * MULTIAPPEND - RFC 3502 | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=491445 QRESYNC] - RFC 5162 | * [https://bugzilla.mozilla.org/show_bug.cgi?id=491445 QRESYNC] - RFC 5162 | ||
* SASL-IR - RFC 4959 | * [https://bugzilla.mozilla.org/show_bug.cgi?id=534730 SASL-IR] - RFC 4959 | ||
* SEARCHRES - RFC 5182 | * SEARCHRES - RFC 5182 | ||
* SORT - RFC 5256 | * SORT - RFC 5256 | ||
| Line 35: | Line 40: | ||
* CHILDREN - RFC 3348 | * CHILDREN - RFC 3348 | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=439047 FILTERS] - RFC 5466 | * [https://bugzilla.mozilla.org/show_bug.cgi?id=439047 FILTERS] - RFC 5466 | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=495318 LIST-EXTENDED] - RFC 5258 | |||
* CONVERT - RFC 5259 | |||
* CONVERT - | * [https://bugzilla.mozilla.org/show_bug.cgi?id=479133 NOTIFY] - RFC 5465 | ||
* NOTIFY - | * [https://bugzilla.mozilla.org/show_bug.cgi?id=439048 Return STATUS information in extended LIST] - RFC 5819 | ||
* [https://bugzilla.mozilla.org/show_bug.cgi?id=439048 Return STATUS information in extended LIST | |||
Latest revision as of 02:49, 23 August 2017
Canonical list of IMAP Capabilities
Supported
- IDLE command - RFC 2177
- QUOTA - RFC 2087
- NAMESPACE - RFC 2342
- CONDSTORE - RFC 4551
- ENABLE - RFC 5161
- LITERAL+ - RFC 2088
- LOGINDISABLED - RFC 2595, RFC 3501
- STARTTLS - RFC 2595, RFC 3501
- UIDPLUS - RFC 4315
- COMPRESS=DEFLATE - RFC 4978
- XLIST - Supported in Apple iPhone, developed by Google and Apple to define standart folder names like drafts, sent, junk - especially important if they using international names.
- MOVE http://tools.ietf.org/html/draft-krecicki-imap-move
- ID - RFC 2971
- EXTERAL SASL - RFC 4422
Unsupported or partially implement
- Special-Use Mailboxes - RFC 6154
- LOGIN-REFERRALS - RFC 2221, RFC 2193
- MAILBOX-REFERRALS - RFC 2193
- LANGUAGE, I18NLEVEL=1, I18NLEVEL=2 - RFC 5255
- ACL, RIGHTS= - RFC 4314. Currently read-only. Write support (set/modify ACL) has patches for backend and code for frontend
- BINARY - RFC 3516
- CATENATE - RFC 4469
- CONTEXT=SEARCH - RFC 5267
- CONTEXT=SORT - RFC 5267
- ESEARCH - RFC 4731
- ESORT - RFC 5267
- MULTIAPPEND - RFC 3502
- QRESYNC - RFC 5162
- SASL-IR - RFC 4959
- SEARCHRES - RFC 5182
- SORT - RFC 5256
- THREAD - RFC 5256
- UNSELECT - RFC 3691
- URLAUTH - RFC 4467
- WITHIN - RFC 5032
- CHILDREN - RFC 3348
- FILTERS - RFC 5466
- LIST-EXTENDED - RFC 5258
- CONVERT - RFC 5259
- NOTIFY - RFC 5465
- Return STATUS information in extended LIST - RFC 5819