From 980ba2202ca61f531d1ddcfe0713dd09432d6bed Mon Sep 17 00:00:00 2001
From: Patrick Monnerat <pm@datasphere.ch>
Date: Tue, 27 Jan 2015 19:10:18 +0100
Subject: [PATCH] docs: cite SASL external authentication.

---
 docs/FEATURES | 12 ++++++------
 docs/TODO     |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/FEATURES b/docs/FEATURES
index a674002429..10fbdd5708 100644
--- a/docs/FEATURES
+++ b/docs/FEATURES
@@ -134,8 +134,8 @@ SMB
  - authentication with NTLMv1
 
 SMTP
- - authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and Kerberos 5
-   (*4)
+ - authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9), Kerberos 5
+   (*4) and External.
  - send e-mails
  - mail from support
  - mail size support
@@ -150,8 +150,8 @@ SMTPS (*1)
 
 POP3
  - authentication: Clear Text, APOP and SASL
- - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and
-   Kerberos 5 (*4)
+ - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9),
+   Kerberos 5 (*4) and External.
  - list e-mails
  - retrieve e-mails
  - enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP via
@@ -165,8 +165,8 @@ POP3S (*1)
 
 IMAP
  - authentication: Clear Text and SASL
- - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9) and
-   Kerberos 5 (*4)
+ - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9),
+   Kerberos 5 (*4) and External.
  - 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
diff --git a/docs/TODO b/docs/TODO
index 621756951f..ba6551ef15 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -494,7 +494,7 @@ Currently the SMB authentication uses NTLMv1.
 
 15.1 Other authentication mechanisms
 
- Add support for other authentication mechanisms such as EXTERNAL, OLP,
+ Add support for other authentication mechanisms such as OLP,
  GSS-SPNEGO and others.
  
 15.2 Add QOP support to GSSAPI authentication
-- 
GitLab