From: Rocco Rutte Date: Thu, 1 Nov 2007 11:56:22 +0000 (+0100) Subject: Manual: Add short section on SSL/TLS support (needs more details) X-Git-Tag: mutt-1-5-17-rel~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fd93da677068997796d8ae71834bfc127bcdb0df;p=mutt Manual: Add short section on SSL/TLS support (needs more details) --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 14bfcc4a..ed0e3e08 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5583,9 +5583,9 @@ muttrc. Mutt supports several of optional features which can be enabled or -disabled at compile-time by giving the configure script +disabled at compile-time by giving the configure script certain arguments. These are listed in the ``Optional features'' section of -the configure --help output. +the configure --help output. @@ -5650,6 +5650,21 @@ to encrypt the communication. + +SSL/TLS Support + + +If mutt is compiled with IMAP, POP3 and/or SMTP support, it can also be +compiled with support for SSL or TLS using either OpenSSL or GnuTLS ( +by running the configure script with the +--enable-ssl=... option for OpenSSL or +--enable-gnutls=... for GnuTLS). Mutt can then +attempt to encrypt communication with remote servers if these protocols +are suffixed with ``s'' for ``secure communication''. + + + + POP3 Support