MailNews:Supported IMAP extensions: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(RFC 6154 is only partially done in bug 558659)
 
(30 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 5: Line 7:
* CONDSTORE - RFC 4551
* CONDSTORE - RFC 4551
* ENABLE - RFC 5161
* ENABLE - RFC 5161
* LITERAL+
* LITERAL+ - RFC 2088
* LOGINDISABLED - RFC 2595, RFC 3501
* LOGINDISABLED - RFC 2595, RFC 3501
* 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=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=401673 COMPRESS=DEFLATE] - RFC 4978
* [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] - RFC 2086, RFC 4314 currently is read only
* [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 22: Line 29:
* ESEARCH - RFC 4731
* ESEARCH - RFC 4731
* ESORT - RFC 5267
* ESORT - RFC 5267
* ID - RFC 2971
* MULTIAPPEND  - RFC 3502
* MULTIAPPEND  - RFC 3502
* QRESYNC - RFC 5162
* [https://bugzilla.mozilla.org/show_bug.cgi?id=491445 QRESYNC] - RFC 5162
* RIGHTS= - RFC 4314
* [https://bugzilla.mozilla.org/show_bug.cgi?id=534730 SASL-IR] - RFC 4959
* SASL-IR - RFC 4959
* SEARCHRES - RFC 5182  
* SEARCHRES - RFC 5182  
* SORT - RFC 5256
* SORT - RFC 5256
Line 33: Line 38:
* URLAUTH - RFC 4467
* URLAUTH - RFC 4467
* WITHIN - RFC 5032
* WITHIN - RFC 5032
 
* CHILDREN - RFC 3348
= Drafts =
* [https://bugzilla.mozilla.org/show_bug.cgi?id=439047 FILTERS] - RFC 5466
* CONVERT - ietf-lemonade-convert
* [https://bugzilla.mozilla.org/show_bug.cgi?id=495318 LIST-EXTENDED] - RFC 5258
* FILTERS - melnikov-imapext-filters
* CONVERT - RFC 5259
* NOTIFY - ietf-lemonade-imap-notify
* [https://bugzilla.mozilla.org/show_bug.cgi?id=479133 NOTIFY] - RFC 5465
* [https://bugzilla.mozilla.org/show_bug.cgi?id=439047 Store named IMAP searches on the server] draft-melnikov-imapext-filters
* [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 ]draft-melnikov-imapext-status-in-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