Show
Ignore:
Timestamp:
2007-11-01 04:56:22 (15 months ago)
Author:
Rocco Rutte <pdmef@…>
Branch:
HEAD
Message:

Manual: Add short section on SSL/TLS support (needs more details)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/manual.xml.head

    r5251 r5252  
    55845584<para> 
    55855585Mutt supports several of optional features which can be enabled or 
    5586 disabled at compile-time by giving the <literal>configure</literal> script 
     5586disabled at compile-time by giving the <emphasis>configure</emphasis> script 
    55875587certain arguments. These are listed in the ``Optional features'' section of 
    5588 the <literal>configure --help</literal> output. 
     5588the <emphasis>configure --help</emphasis> output. 
    55895589</para> 
    55905590 
     
    56485648 
    56495649</sect2> 
     5650 
     5651</sect1> 
     5652 
     5653<sect1 id="ssl"> 
     5654<title>SSL/TLS Support</title> 
     5655 
     5656<para> 
     5657If mutt is compiled with IMAP, POP3 and/or SMTP support, it can also be 
     5658compiled with support for SSL or TLS using either OpenSSL or GnuTLS ( 
     5659by running the <emphasis>configure</emphasis> script with the  
     5660<emphasis>--enable-ssl=...</emphasis> option for OpenSSL or 
     5661<emphasis>--enable-gnutls=...</emphasis> for GnuTLS). Mutt can then 
     5662attempt to encrypt communication with remote servers if these protocols 
     5663are suffixed with ``s'' for ``secure communication''. 
     5664</para> 
    56505665 
    56515666</sect1>