Skip to content

Instantly share code, notes, and snippets.

@bufferoverflow
Created January 14, 2014 22:27
Show Gist options
  • Save bufferoverflow/8427152 to your computer and use it in GitHub Desktop.
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
# 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