summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-06-07 08:51:31 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-06-07 08:51:31 +0000
commit9e8d38bf49ebea153f2d766d6820b690dbe46080 (patch)
tree47aaf64795b0a42435fef8c8539a83a520bbc8fc /INSTALL
parentec7c0d185c129da1f720f64f57c70f5cdeeb7fd6 (diff)
Documentation updates and a little bug fix. From Brendan Cully.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL18
1 files changed, 16 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index f1c294ed..2881b5a3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -86,15 +86,29 @@ to ``configure'' to help it out, or change the default behavior:
--enable-imap
enable IMAP support
+--with-gss[=PFX]
+ Enable GSSAPI authentication to IMAP servers. This should work with
+ both MIT and Heimdal GSSAPI implementations - others haven't been
+ tested. Note that the Cyrus SASL library also supports GSSAPI,
+ and may be able to encrypt your session with it - you should use
+ SASL instead if you can.
+
--with-ssl[=PFX]
- enable SSL support with IMAP. SSL support requires you to have
- OpenSSL headers and libraries properly installed before
+ enable SSL support with IMAP and POP. SSL support requires you to
+ have OpenSSL headers and libraries properly installed before
compiling. If the OpenSSL headers and libraries are not in the
default system pats you can use the optional PFX argument to
define the root directory of your installation. The libraries
are then expected to be found in PFX/lib and headers in
PFX/include/openssl.
+--with-sasl[=PFX]
+ Use the Cyrus SASL library for IMAP or POP authentication. This
+ library provides generic support for several authentication methods,
+ and more may be added by the system administrator without recompiling
+ mutt. SASL may also be able to encrypt your mail session even if
+ SSL is not available.
+
--disable-nls
This switch disables mutt's native language support.