diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-16 10:18:01 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-16 10:18:01 +0000 |
commit | b0e0f4493424fa60e3ecfa359e8cadc4b80c6206 (patch) | |
tree | cd5d0206f1232d4e2c109a7cf0d94a881e02207b /lib | |
parent | 6d7033b48ad48ab7493f3a6aeb3e313ed4dd62d9 (diff) |
pop3.c: Added reference to RFC-5034
Diffstat (limited to 'lib')
-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 d2d49fecc..30c880c68 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -27,6 +27,7 @@ * RFC2831 DIGEST-MD5 authentication * RFC4422 Simple Authentication and Security Layer (SASL) * RFC4616 PLAIN authentication + * RFC5034 POP3 SASL Authentication Mechanism * ***************************************************************************/ |