]> granicus.if.org Git - neomutt/commitdiff
Manual: Add short section on SSL/TLS support (needs more details)
authorRocco Rutte <pdmef@gmx.net>
Thu, 1 Nov 2007 11:56:22 +0000 (12:56 +0100)
committerRocco Rutte <pdmef@gmx.net>
Thu, 1 Nov 2007 11:56:22 +0000 (12:56 +0100)
doc/manual.xml.head

index 14bfcc4a8009798165345bc4b93778e21954eb6a..ed0e3e087ed6f9358c34193a7c187f7376ca1415 100644 (file)
@@ -5583,9 +5583,9 @@ muttrc.
 
 <para>
 Mutt supports several of optional features which can be enabled or
-disabled at compile-time by giving the <literal>configure</literal> script
+disabled at compile-time by giving the <emphasis>configure</emphasis> script
 certain arguments. These are listed in the ``Optional features'' section of
-the <literal>configure --help</literal> output.
+the <emphasis>configure --help</emphasis> output.
 </para>
 
 <para>
@@ -5650,6 +5650,21 @@ to encrypt the communication.
 
 </sect1>
 
+<sect1 id="ssl">
+<title>SSL/TLS Support</title>
+
+<para>
+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 <emphasis>configure</emphasis> script with the 
+<emphasis>--enable-ssl=...</emphasis> option for OpenSSL or
+<emphasis>--enable-gnutls=...</emphasis> for GnuTLS). Mutt can then
+attempt to encrypt communication with remote servers if these protocols
+are suffixed with ``s'' for ``secure communication''.
+</para>
+
+</sect1>
+
 <sect1 id="pop">
 <title>POP3 Support</title>