offlineimap.conf: fix erroneous assumption about ssl23

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht 2015-10-12 23:40:12 +02:00
parent 8d9ac45ab9
commit acd368479c
1 changed files with 5 additions and 2 deletions

View File

@ -637,11 +637,14 @@ remotehost = examplehost
# This option stands in the [Repository RemoteExample] section.
#
# Set SSL version tu use (optional).
# Set SSL version to use (optional).
#
# It is best to leave this unset, in which case the correct version will be
# automatically detected. In rare cases, it may be necessary to specify a
# particular version from: tls1, ssl2, ssl3, ssl23 (SSLv2 or SSLv3).
# particular version from: tls1, ssl2, ssl3, ssl23.
#
# ssl23 is the highest protocol version that both the client and server support.
# Despite the name, this option can select “TLS” protocols as well as “SSL”.
#
# See the configuration option tls_level to automatically disable insecure
# protocols.