aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-10-26 14:35:27 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-10-26 14:35:27 +0100
commit0adad076906147ee4ec64d920d1cedb519e36c20 (patch)
tree8c04e5779f7b07a2d7d590a2d7a898584368fedf
parente4670a102921ca6b97f1948125f4adf44bdc6719 (diff)
email: Added references to SASL LOGIN authentication draft proposal
-rw-r--r--lib/curl_sasl.c1
-rw-r--r--lib/imap.c1
-rw-r--r--lib/pop3.c1
-rw-r--r--lib/smtp.c3
4 files changed, 5 insertions, 1 deletions
diff --git a/lib/curl_sasl.c b/lib/curl_sasl.c
index 52ae2827c..044060ff8 100644
--- a/lib/curl_sasl.c
+++ b/lib/curl_sasl.c
@@ -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>
*
***************************************************************************/
diff --git a/lib/imap.c b/lib/imap.c
index 864bb2270..748d6259a 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -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>
*
***************************************************************************/
diff --git a/lib/pop3.c b/lib/pop3.c
index 59021bba1..faa2e45ea 100644
--- a/lib/pop3.c
+++ b/lib/pop3.c
@@ -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>
*
***************************************************************************/
diff --git a/lib/smtp.c b/lib/smtp.c
index a5b3bf8c6..5788e3bad 100644
--- a/lib/smtp.c
+++ b/lib/smtp.c
@@ -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>
*
***************************************************************************/