aboutsummaryrefslogtreecommitdiff
path: root/lib/smtp.c
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 /lib/smtp.c
parente4670a102921ca6b97f1948125f4adf44bdc6719 (diff)
email: Added references to SASL LOGIN authentication draft proposal
Diffstat (limited to 'lib/smtp.c')
-rw-r--r--lib/smtp.c3
1 files changed, 2 insertions, 1 deletions
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>
*
***************************************************************************/