]> granicus.if.org Git - mutt/commit
Turn on $ssl_force_tls by default.
authorKevin McCarthy <kevin@8t8.us>
Sun, 26 May 2019 21:34:42 +0000 (14:34 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sun, 26 May 2019 21:34:42 +0000 (14:34 -0700)
commitc186d3794694162bf24593b78dff64ff4b3fc39a
treec249e7ff827bfd84534255b8344bfe6046d10c2f
parent035bd72770d020561b0df7e532c5ff701f9cee8f
Turn on $ssl_force_tls by default.

Ticket #135 suggests that these days, it's better to force encryption
over all connections.  RFC8314 is recommending MUA's move in that
direction (actually even directing towards implicit TLS over
STARTTLS).

I'm enabling this at the beginning of the 1.13 development cycle to
give others time to chime in with any objections.  Personally, I've
had this option set myself for years.  The only place it could become
an issue is for a localhost IMAP server with no cert.  In that case,
it's easy enough to have an account hook unset if needed, and I think
a better idea that the user be forced to turn it off.
init.h