diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-01-07 18:07:04 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-01-07 18:07:04 +0000 |
commit | 905d0be509b1989b9cc4880be89057e7d574a16d (patch) | |
tree | bf079cac823742bce06c82894d6fe060030aed21 | |
parent | fd3efca164615aa9f90ae5ed2ccd212cb5767e27 (diff) |
imap.c: Small tidy up to add missing comment
-rw-r--r-- | lib/imap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/imap.c b/lib/imap.c index d662464ae..0fa1accd7 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -20,6 +20,7 @@ * * RFC2195 CRAM-MD5 authentication * RFC2222 Simple Authentication and Security Layer (SASL) + * RFC2595 Using TLS with IMAP, POP3 and ACAP * RFC2831 DIGEST-MD5 authentication * RFC3501 IMAPv4 protocol * RFC4616 PLAIN authentication |