diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-01-06 22:31:21 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-01-06 22:31:21 +0000 |
commit | 89a30862310fd9ecf09f775512517fa0f02bca78 (patch) | |
tree | b4e8829a6f4bf88d58f73954f2399278a609d2d0 | |
parent | cfb6f03224297750164c5bafeb5b3e59866fca50 (diff) |
pop3.c: Small code tidy up following imap changes
-rw-r--r-- | lib/pop3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index 08c0de57e..df199b00c 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -21,6 +21,7 @@ * 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 |