FEATURES: Updated for recent imap additions
authorSteve Holme <steve_holme@hotmail.com>
Thu, 7 Mar 2013 11:03:16 +0000 (11:03 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 7 Mar 2013 11:03:16 +0000 (11:03 +0000)
Updated the imap features list, corrected a typo in the smtp features
and clarified a pop3 feature.

docs/FEATURES

index 3c6b269b96c0986efd92ea15aabfa708110ba443..880addd790136195b459e3d5a7ee1d7e8454fcd5 100644 (file)
@@ -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)