From fd93da677068997796d8ae71834bfc127bcdb0df Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Thu, 1 Nov 2007 12:56:22 +0100 Subject: [PATCH] Manual: Add short section on SSL/TLS support (needs more details) --- doc/manual.xml.head | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) 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 -- 2.40.0