summaryrefslogtreecommitdiff
path: root/imap/docs/naming.txt
diff options
context:
space:
mode:
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 b0b484a..6c06a9c 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)