diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-09-10 22:02:38 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-09-10 22:11:46 +0100 |
commit | ca2c12d35395836c0783d3099c32fc1ead54b19c (patch) | |
tree | 5c73cf5ec47258b9e7e1b9cd11637d9f2681b372 /docs | |
parent | 785395b07e01eb9085655d6ef311e34c2fca2224 (diff) |
FEATURES: Updated Kerberos details
Added support for Kerberos 5 to the email protocols following the recent
additions in 7.38.0.
Removed Kerberos 4 as this has been gone for a while now.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FEATURES | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index 961013e94..7062e0b78 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -64,7 +64,7 @@ HTTP - Content-Encoding support for deflate and gzip - "Transfer-Encoding: chunked" support in uploads - data compression (*12) - - HTTP/2 (*4) + - HTTP/2 (*5) HTTPS (*1) - (all the HTTP features) @@ -77,7 +77,6 @@ HTTPS (*1) FTP - download - authentication - - kerberos4 (*5) - Kerberos 5 (*14) - active/passive using PORT, EPRT, PASV or EPSV - single file size information (compare to HTTP HEAD) @@ -129,7 +128,8 @@ FILE - resume SMTP - - authentication: Plain, Login, CRAM-MD5, Digest-MD5 and NTLM (*9) + - authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and Kerberos 5 + (*4) - send e-mails - mail from support - mail size support @@ -144,8 +144,8 @@ SMTPS (*1) POP3 - authentication: Clear Text, APOP and SASL - - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5 and - NTLM (*9) + - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and + Kerberos 5 (*4) - list e-mails - retrieve e-mails - enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP via @@ -159,8 +159,8 @@ POP3S (*1) IMAP - authentication: Clear Text and SASL - - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5 and - NTLM (*9) + - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and + Kerberos 5 (*4) - list the folders of a mailbox - select a mailbox with support for verifying the UIDVALIDITY - fetch e-mails with support for specifying the UID and SECTION @@ -182,8 +182,9 @@ FOOTNOTES *2 = requires OpenLDAP *3 = requires a GSS-API implementation (such as Heimdal or MIT Kerberos) or SSPI (native Windows) - *4 = requires nghttp2 and possibly a recent TLS library - *5 = requires a krb4 library, such as the MIT one or similar + *4 = requires a GSS-API implementation, however, only Windows SSPI is + currently supported + *5 = requires nghttp2 and possibly a recent TLS library *6 = requires c-ares *7 = requires OpenSSL, NSS, qssl, WinSSL or Secure Transport; GnuTLS, for example, only supports SSLv3 and TLSv1 |