MailNews:Supported IMAP extensions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(New page: = Currently supported = * IDLE command - RFC 2177 = Currently unsupported = *[https://bugzilla.mozilla.org/show_bug.cgi?id=59704 Login Referrals] - RFC2221, RFC2193)
 
(RFC 6154 is only partially done in bug 558659)
 
(43 intermediate revisions by 6 users not shown)
Line 1: Line 1:
= Currently supported =
[http://www.iana.org/assignments/imap-capabilities/imap-capabilities.xhtml#imap-capabilities-1 Canonical list of IMAP Capabilities]
 
= Supported =
* IDLE command - RFC 2177
* 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
* [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=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


= Currently unsupported =
= Unsupported or partially implement =
*[https://bugzilla.mozilla.org/show_bug.cgi?id=59704 Login Referrals] - RFC2221, RFC2193
* [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 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=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
* [https://bugzilla.mozilla.org/show_bug.cgi?id=340954 CATENATE] - RFC 4469
* CONTEXT=SEARCH - RFC 5267
* CONTEXT=SORT - RFC 5267
* ESEARCH - RFC 4731
* ESORT - RFC 5267
* MULTIAPPEND  - RFC 3502
* [https://bugzilla.mozilla.org/show_bug.cgi?id=491445 QRESYNC] - RFC 5162
* [https://bugzilla.mozilla.org/show_bug.cgi?id=534730 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
* [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
* [https://bugzilla.mozilla.org/show_bug.cgi?id=479133 NOTIFY] - RFC 5465
* [https://bugzilla.mozilla.org/show_bug.cgi?id=439048 Return STATUS information in extended LIST] - RFC 5819

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