Differences between revisions 1 and 2
Revision 1 as of 2012-12-12 11:07:34
Size: 1474
Editor: TimoSirainen
Comment:
Revision 2 as of 2012-12-12 11:09:39
Size: 1603
Editor: TimoSirainen
Comment:
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
 * \fields: Name of the mailboxes that the client creates when it doesn't use the server's SPECIAL-USE names.  * \Fields: Name of the mailboxes that the client creates when it doesn't use the server's SPECIAL-USE names.
  * \All and \Flagged not included, because I don't think any IMAP clients actually have them?
Line 16: Line 17:
|| '''IMAP client''' || '''SPECIAL-USE''' || '''Lang''' || '''\Sent''' || '''\Trash''' || '''\Drafts''' || '''\Junk''' ||
|| Thunderbird ||<#ff0000>no || en || Sent || Trash || Drafts || Junk ||
|| Outlook 2013 ||<#00ff00>once/always? || en || Sent Items || ? || Drafts || ? ||
|| iPhone/iPad ||<#00ff00>once || en || ? || ? || Drafts || ? ||
|| '''IMAP client''' || '''SPECIAL-USE''' || '''Lang''' || '''\Sent''' || '''\Trash''' || '''\Drafts''' || '''\Junk''' || '''\Archive''' ||
|| Thunderbird ||<#ff0000>no || en || Sent || Trash || Drafts || Junk || ? ||
|| Outlook 2013 ||<#00ff00>once/always? || en || Sent Items || ? || Drafts || ? || ? ||
|| iPhone/iPad ||<#00ff00>once || en || ? || ? || Drafts || ? || - ||

Mailboxes and SPECIAL-USE

Traditionally IMAP clients have automatically created Sent, Spam, etc. mailboxes themselves and used various different names for them. This of course makes interoperability between clients difficult. So SPECIAL-USE IMAP extension was developed to allow clients to determine which mailboxes should be used for which purposes.

This page could be helpful for IMAP server admins to figure out how all of this works in different IMAP clients. The columns mean:

  • SPECIAL-USE: Does the client support SPECIAL-USE, and when?
    • no: Not supported
    • once: When account is created. If the server adds/changes SPECIAL-USE configuration it's not picked up unless the account is recreated.
    • always: The client always (or periodically) checks for changes in the server's SPECIAL-USE configuration and either changes its own configuration or asks user what to do.
  • Lang: ISO language code, e.g. "en", "de", "it".
  • \Fields: Name of the mailboxes that the client creates when it doesn't use the server's SPECIAL-USE names.
    • \All and \Flagged not included, because I don't think any IMAP clients actually have them?

Please update the table with any clients you know of!

IMAP client

SPECIAL-USE

Lang

\Sent

\Trash

\Drafts

\Junk

\Archive

Thunderbird

no

en

Sent

Trash

Drafts

Junk

?

Outlook 2013

once/always?

en

Sent Items

?

Drafts

?

?

iPhone/iPad

once

en

?

?

Drafts

?

-

None: SpecialUse (last edited 2015-10-08 14:10:24 by 158)