From: Steve Holme Date: Sat, 26 Oct 2013 13:35:27 +0000 (+0100) Subject: email: Added references to SASL LOGIN authentication draft proposal X-Git-Tag: curl-7_34_0~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0adad076906147ee4ec64d920d1cedb519e36c20;p=curl email: Added references to SASL LOGIN authentication draft proposal --- 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 * ***************************************************************************/