diff options
-rw-r--r-- | lib/curl_sasl.c | 1 | ||||
-rw-r--r-- | lib/imap.c | 1 | ||||
-rw-r--r-- | lib/pop3.c | 1 | ||||
-rw-r--r-- | lib/smtp.c | 3 |
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> * ***************************************************************************/ |