aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-06 00:28:50 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-06 00:28:50 +0000
commit5f8f20f5e65bfd4f3eb0f14e4d60151c9f0a5f47 (patch)
tree97f5c8bd01bd50613bf91811480df45a681b4c65 /docs
parent33a182e6c2ab1132a195df0bb63b4709de76e333 (diff)
FEATURES: Added email feature set
Added SMTP, SMTPS, POP3, POP3S, IMAP and IMAPS features.
Diffstat (limited to 'docs')
-rw-r--r--docs/FEATURES41
1 files changed, 41 insertions, 0 deletions
diff --git a/docs/FEATURES b/docs/FEATURES
index 930222240..4860a8629 100644
--- a/docs/FEATURES
+++ b/docs/FEATURES
@@ -122,6 +122,47 @@ FILE
- "uploads"
- resume
+SMTP
+ - authentication: Plain, Login, CRAM-MD5, Digest-MD5 and NTLM (*9)
+ - send mail
+ - mail from support
+ - mail size support
+ - mail auth support for trusted server-to-server relaying
+ - multiple recipients
+ - via http-proxy
+
+SMTPS (*1)
+ - implicit smtps:// support
+ - explicit "STARTTLS" usage to "upgrade" plain smtp:// connections to use SSL
+ - via http-proxy
+
+POP3
+ - authentication: Clear Text, APOP and SASL
+ - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5 and
+ NTLM (*9)
+ - list e-mails
+ - retrieve e-mails
+ - enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP
+ - via http-proxy
+
+POP3S (*1)
+ - implicit pop3s:// support
+ - explicit "STLS" usage to "upgrade" plain pop3:// connections to use SSL
+ - via http-proxy
+
+IMAP
+ - authentication: Clear Text and SASL
+ - select mailbox
+ - basic fetch e-mail support
+ - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5 and
+ NTLM (*9)
+ - via http-proxy
+
+IMAPS (*1)
+ - implicit imaps:// support
+ - explicit "STARTTLS" usage to "upgrade" plain imap:// connections to use SSL
+ - via http-proxy
+
FOOTNOTES
=========