[edit] imap_capabilities

syntax: imap_capabilities "capability1" ["capability2" .. "capabilityN"]

default: "IMAP4" "IMAP4rev1" "UIDPLUS"

context: main, server


With this directive you can set the list of IMAP protocol extensions presented to the client upon issuing the IMAP command CAPABILITY. STARTTLS is automatically added if you enable the starttls directive.

The current list of standardized IMAP expansions is published on www.iana.org.

mail {
  imap_capabilities NAMESPACE SORT QUOTA;
}

Will the defaults be also set, I haven't see this in the source?! (al 2007-05-11)


Module: MailCoreModule