diff options
author | Steve Holme <steve_holme@hotmail.com> | 2019-04-11 01:19:15 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2019-04-11 01:19:15 +0100 |
commit | 166ace8be017a9e53bbf20c469ccd32c430cdea6 (patch) | |
tree | 1b548de5db014d5a916e4e32f3040998f89a221d /lib/imap.c | |
parent | 37c43bf70c43ae02d36a774e511dc9fa20f64980 (diff) | |
download | curl-166ace8be017a9e53bbf20c469ccd32c430cdea6.tar.gz |
emailL Added reference to RFC8314 for implicit TLS
Diffstat (limited to 'lib/imap.c')
-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 075b3ad20..f1a94429c 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -28,6 +28,7 @@ * RFC4959 IMAP Extension for SASL Initial Client Response * RFC5092 IMAP URL Scheme * RFC6749 OAuth 2.0 Authorization Framework + * RFC8314 Use of TLS for Email Submission and Access * Draft LOGIN SASL Mechanism <draft-murchison-sasl-login-00.txt> * ***************************************************************************/ |