aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-01-22 18:37:12 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-01-22 18:37:12 +0000
commit56d4de468c45d627fee7e8e237c8317ce8278ca8 (patch)
tree11cf0a6c7b894652208edc81063527d744f81451 /lib/pop3.c
parent2698520aef593cbd746a64f79021a4c8d7c83d65 (diff)
email: Corrected references to SASL RFC
The most recent version of the SASL RFC is RFC4422 and not RFC2222 as previously documented.
Diffstat (limited to 'lib/pop3.c')
-rw-r--r--lib/pop3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c
index 91e7bcdd8..cb86911dd 100644
--- a/lib/pop3.c
+++ b/lib/pop3.c
@@ -21,11 +21,11 @@
* RFC1734 POP3 Authentication
* RFC1939 POP3 protocol
* RFC2195 CRAM-MD5 authentication
- * RFC2222 Simple Authentication and Security Layer (SASL)
* RFC2384 POP URL Scheme
* RFC2449 POP3 Extension Mechanism
* RFC2595 Using TLS with IMAP, POP3 and ACAP
* RFC2831 DIGEST-MD5 authentication
+ * RFC4422 Simple Authentication and Security Layer (SASL)
* RFC4616 PLAIN authentication
*
***************************************************************************/