From 0adad076906147ee4ec64d920d1cedb519e36c20 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 26 Oct 2013 14:35:27 +0100 Subject: email: Added references to SASL LOGIN authentication draft proposal --- lib/curl_sasl.c | 1 + lib/imap.c | 1 + lib/pop3.c | 1 + lib/smtp.c | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) 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 * ***************************************************************************/ 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 * ***************************************************************************/ 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 * ***************************************************************************/ 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 LOGIN SASL Mechanism * ***************************************************************************/ -- cgit v1.2.3