learn to disable STARTTLS
Some servers might have this feature broken. Github-ref: https://github.com/OfflineIMAP/offlineimap/issues/207 Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
@ -610,6 +610,22 @@ type = IMAP
|
||||
remotehost = examplehost
|
||||
|
||||
|
||||
# This option stands in the [Repository RemoteExample] section.
|
||||
#
|
||||
# Whether or not to use STARTTLS. STARTTLS allows to upgrade a plain connection
|
||||
# to TLS or SSL after negociation with the server. While a server might pretend
|
||||
# to support STARTTLS, the communication might not be properly established or
|
||||
# the secure tunnel might be broken in some way. In this case you might want to
|
||||
# disable STARTTLS. Unless you hit issues with STARTTLS, you are strongly
|
||||
# encouraged to keep STARTTLS enabled.
|
||||
#
|
||||
# STARTTLS can be used even if the 'ssl' option is disabled.
|
||||
#
|
||||
# Default is yes.
|
||||
#
|
||||
#starttls = yes
|
||||
|
||||
|
||||
# This option stands in the [Repository RemoteExample] section.
|
||||
#
|
||||
# Whether or not to use SSL.
|
||||
|
Reference in New Issue
Block a user