Changeset 5252:69ba99747f3e
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5251
|
r5252
|
|
| 5584 | 5584 | <para> |
| 5585 | 5585 | Mutt supports several of optional features which can be enabled or |
| 5586 | | disabled at compile-time by giving the <literal>configure</literal> script |
| | 5586 | disabled at compile-time by giving the <emphasis>configure</emphasis> script |
| 5587 | 5587 | certain arguments. These are listed in the ``Optional features'' section of |
| 5588 | | the <literal>configure --help</literal> output. |
| | 5588 | the <emphasis>configure --help</emphasis> output. |
| 5589 | 5589 | </para> |
| 5590 | 5590 | |
| … |
… |
|
| 5648 | 5648 | |
| 5649 | 5649 | </sect2> |
| | 5650 | |
| | 5651 | </sect1> |
| | 5652 | |
| | 5653 | <sect1 id="ssl"> |
| | 5654 | <title>SSL/TLS Support</title> |
| | 5655 | |
| | 5656 | <para> |
| | 5657 | If mutt is compiled with IMAP, POP3 and/or SMTP support, it can also be |
| | 5658 | compiled with support for SSL or TLS using either OpenSSL or GnuTLS ( |
| | 5659 | by 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 |
| | 5662 | attempt to encrypt communication with remote servers if these protocols |
| | 5663 | are suffixed with ``s'' for ``secure communication''. |
| | 5664 | </para> |
| 5650 | 5665 | |
| 5651 | 5666 | </sect1> |