email: Added references to SASL LOGIN authentication draft proposal
authorSteve Holme <steve_holme@hotmail.com>
Sat, 26 Oct 2013 13:35:27 +0000 (14:35 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 26 Oct 2013 13:35:27 +0000 (14:35 +0100)
lib/curl_sasl.c
lib/imap.c
lib/pop3.c
lib/smtp.c

index 52ae282..044060f 100644 (file)
@@ -23,6 +23,7 @@
  * RFC4422 Simple Authentication and Security Layer (SASL)
  * RFC4616 PLAIN authentication
  * RFC6749 OAuth 2.0 Authorization Framework
+ * Draft   LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
  *
  ***************************************************************************/
 
index 864bb22..748d625 100644 (file)
@@ -27,6 +27,7 @@
  * RFC4959 IMAP Extension for SASL Initial Client Response
  * RFC5092 IMAP URL Scheme
  * RFC6749 OAuth 2.0 Authorization Framework
+ * Draft   LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
  *
  ***************************************************************************/
 
index 59021bb..faa2e45 100644 (file)
@@ -29,6 +29,7 @@
  * RFC4616 PLAIN authentication
  * RFC5034 POP3 SASL Authentication Mechanism
  * RFC6749 OAuth 2.0 Authorization Framework
+ * Draft   LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
  *
  ***************************************************************************/
 
index a5b3bf8..5788e3b 100644 (file)
@@ -27,7 +27,8 @@
  * RFC4954 SMTP Authentication
  * RFC5321 SMTP protocol
  * RFC6749 OAuth 2.0 Authorization Framework
- * Draft   SMTP URL Interface
+ * Draft   SMTP URL Interface   <draft-earhart-url-smtp-00.txt>
+ * Draft   LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt>
  *
  ***************************************************************************/