diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-03-07 11:03:16 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-03-07 11:03:16 +0000 |
commit | 7e6d2fe9ec4620d4f9254fbe7d3da30f1ea6dcc8 (patch) | |
tree | bac72416c74bb181c30d782944309e404e2b67ce /docs | |
parent | 442084cdb5d35ba340925ad57c3feccb39379143 (diff) |
FEATURES: Updated for recent imap additions
Updated the imap features list, corrected a typo in the smtp features
and clarified a pop3 feature.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FEATURES | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index 3c6b269b9..880addd79 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -127,7 +127,7 @@ FILE SMTP - authentication: Plain, Login, CRAM-MD5, Digest-MD5 and NTLM (*9) - - send mail + - send e-mails - mail from support - mail size support - mail auth support for trusted server-to-server relaying @@ -145,7 +145,8 @@ POP3 NTLM (*9) - list e-mails - retrieve e-mails - - enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP + - enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP via + custom requests - via http-proxy POP3S (*1) @@ -155,10 +156,13 @@ POP3S (*1) IMAP - authentication: Clear Text and SASL - - select mailbox - - fetch e-mails with support for specifing the UID and SECTION - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5 and NTLM (*9) + - list the content of a mailbox + - select mailbox with support for verifing the UIDVALIDITY + - fetch e-mails with support for specifing the UID and SECTION + - upload e-mails via the append command + - enhanced command support for: EXAMINE and STORE via custom requests - via http-proxy IMAPS (*1) |