changeset 13784:f6069185b418

NEWS, README: Added SCRAM-SHA-1 support.
author Timo Sirainen <tss@iki.fi>
date Thu, 24 Nov 2011 03:05:54 +0200
parents 34436a5a01e7
children 8c8dd04b8496
files NEWS README
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Nov 24 02:36:32 2011 +0200
+++ b/NEWS	Thu Nov 24 03:05:54 2011 +0200
@@ -25,6 +25,7 @@
 	  autocreated mailboxes even if they don't physically exist.
 	+ Password and user databases now support default_fields and
 	  override_fields settings to specify template defaults/overrides.
+	+ SCRAM-SHA-1 authentication mechanism by Florian Zeitz
 	- listescape plugin works perfectly now
 
 v2.0.15 2011-09-16  Timo Sirainen <tss@iki.fi>
--- a/README	Thu Nov 24 02:36:32 2011 +0200
+++ b/README	Thu Nov 24 03:05:54 2011 +0200
@@ -26,6 +26,8 @@
  2595       - Using TLS with IMAP, POP3 and ACAP
  2831       - Using Digest Authentication as a SASL Mechanism (DIGEST-MD5)
  2245       - Anonymous SASL Mechanism.
+ 5802       - Salted Challenge Response Authentication Mechanism (SCRAM)
+              SASL and GSS-API Mechanisms
 
  2087       - IMAP4 QUOTA extension
  2088       - IMAP4 non-synchronizing literals (LITERAL+)