summaryrefslogtreecommitdiff
path: root/imap/docs/naming.txt
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2020-05-14 14:13:40 -0600
committerEduardo Chappa <chappa@washington.edu>2020-05-14 14:13:40 -0600
commit1e6b822f3fa5bc17ceb94850c15bef643dda393d (patch)
tree67729a4fbd11d9734ae9ad911509782e0d4de6fd /imap/docs/naming.txt
parent00c4ef9e0d4bc4d1ea210e7a0d31494b4116bb4a (diff)
downloadalpine-1e6b822f3fa5bc17ceb94850c15bef643dda393d.tar.xz
* Create /starttls as a synonym of /tls. Update the documentation to use
/starttls instead of /tls. This should cause less confusion in Alpine users in the future.
Diffstat (limited to 'imap/docs/naming.txt')
-rw-r--r--imap/docs/naming.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/imap/docs/naming.txt b/imap/docs/naming.txt
index b0b484ae..6c06a9c1 100644
--- a/imap/docs/naming.txt
+++ b/imap/docs/naming.txt
@@ -110,13 +110,17 @@ where:
default behavior)
"/novalidate-cert" do not validate certificates from TLS/SSL server,
needed if server uses self-signed certificates
- "/tls" force use of start-TLS to encrypt the session, and
+ "/starttls" force use of start-TLS to encrypt the session, and
reject connection to servers that do not support it
+ "/tls1" force use of TLSv1, fail if not possible.
+ "/tls1_1" force use of TLSv1.1, fail if not possible.
+ "/tls1_2" force use of TLSv1.2, fail if not possible.
+ "/tls1_3" force use of TLSv1.3, fail if not possible.
"/tls-sslv23" use the depreciated SSLv23 client when negotiating
TLS to the server. This is necessary with some
broken servers which (incorrectly) think that TLS
is just another way of doing SSL.
- "/notls" do not do start-TLS to encrypt the session, even
+ "/nostarttls" do not do start-TLS to encrypt the session, even
with servers that support it
"/readonly" request read-only mailbox open (IMAP only; ignored
on NNTP, and an error with SMTP and POP3)