]> granicus.if.org Git - curl/commitdiff
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 52ae2827ceb8039074c4518259fbf026de2187f3..044060ff8460eb49eda2c1ebf71b4b7e0e608a67 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 864bb22700f1bca00f6be2bc072e8b27d3464cdb..748d6259a714dbb825c3e1a7b34be6635eaba379 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 59021bba1dda1a694311a6da337b89eaa8d84556..faa2e45ea0e5c84d0ebd25d5f81569d286fa1c61 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 a5b3bf8c664d10cb3f768d3096e57942d9511b2e..5788e3bade64bbf93acc1485f31d2da8259a6f4c 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>
  *
  ***************************************************************************/