Created
January 14, 2014 22:27
-
-
Save bufferoverflow/8427152 to your computer and use it in GitHub Desktop.
let cyrus do RFC 6154 for Outlook 2013 & co
here's the /etc/imapd.conf snipped
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Special-Use Mailboxes. Use xlist- prefix to the list of special use | |
# attributes defined in RFC 6154. Attribute name in the configuration | |
# key should be defined in lowercase. The attribute value is case | |
# sensitive, may contain whitespace and and must be valid | |
# UTF7-IMAP string. | |
# | |
xlist-archive: Archives | |
xlist-drafts: Drafts | |
xlist-sent: Sent | |
xlist-spam: Spam | |
xlist-trash: Trash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment