From: Steve Holme Date: Sat, 16 Feb 2013 10:18:01 +0000 (+0000) Subject: pop3.c: Added reference to RFC-5034 X-Git-Tag: curl-7_30_0~334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0e0f4493424fa60e3ecfa359e8cadc4b80c6206;p=thirdparty%2Fcurl.git pop3.c: Added reference to RFC-5034 --- diff --git a/lib/pop3.c b/lib/pop3.c index d2d49fecc6..30c880c689 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 * ***************************************************************************/