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.
This commit is contained in:
Steve Holme 2014-09-10 22:02:38 +01:00
parent 785395b07e
commit ca2c12d353

View File

@ -64,7 +64,7 @@ HTTP
- Content-Encoding support for deflate and gzip - Content-Encoding support for deflate and gzip
- "Transfer-Encoding: chunked" support in uploads - "Transfer-Encoding: chunked" support in uploads
- data compression (*12) - data compression (*12)
- HTTP/2 (*4) - HTTP/2 (*5)
HTTPS (*1) HTTPS (*1)
- (all the HTTP features) - (all the HTTP features)
@ -77,7 +77,6 @@ HTTPS (*1)
FTP FTP
- download - download
- authentication - authentication
- kerberos4 (*5)
- Kerberos 5 (*14) - Kerberos 5 (*14)
- active/passive using PORT, EPRT, PASV or EPSV - active/passive using PORT, EPRT, PASV or EPSV
- single file size information (compare to HTTP HEAD) - single file size information (compare to HTTP HEAD)
@ -129,7 +128,8 @@ FILE
- resume - resume
SMTP 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 - send e-mails
- mail from support - mail from support
- mail size support - mail size support
@ -144,8 +144,8 @@ SMTPS (*1)
POP3 POP3
- authentication: Clear Text, APOP and SASL - authentication: Clear Text, APOP and SASL
- SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5 and - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and
NTLM (*9) Kerberos 5 (*4)
- list e-mails - list e-mails
- retrieve e-mails - retrieve e-mails
- enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP via - enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP via
@ -159,8 +159,8 @@ POP3S (*1)
IMAP IMAP
- authentication: Clear Text and SASL - authentication: Clear Text and SASL
- SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5 and - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and
NTLM (*9) Kerberos 5 (*4)
- list the folders of a mailbox - list the folders of a mailbox
- select a mailbox with support for verifying the UIDVALIDITY - select a mailbox with support for verifying the UIDVALIDITY
- fetch e-mails with support for specifying the UID and SECTION - fetch e-mails with support for specifying the UID and SECTION
@ -182,8 +182,9 @@ FOOTNOTES
*2 = requires OpenLDAP *2 = requires OpenLDAP
*3 = requires a GSS-API implementation (such as Heimdal or MIT Kerberos) or *3 = requires a GSS-API implementation (such as Heimdal or MIT Kerberos) or
SSPI (native Windows) SSPI (native Windows)
*4 = requires nghttp2 and possibly a recent TLS library *4 = requires a GSS-API implementation, however, only Windows SSPI is
*5 = requires a krb4 library, such as the MIT one or similar currently supported
*5 = requires nghttp2 and possibly a recent TLS library
*6 = requires c-ares *6 = requires c-ares
*7 = requires OpenSSL, NSS, qssl, WinSSL or Secure Transport; GnuTLS, for *7 = requires OpenSSL, NSS, qssl, WinSSL or Secure Transport; GnuTLS, for
example, only supports SSLv3 and TLSv1 example, only supports SSLv3 and TLSv1