]> granicus.if.org Git - mutt/commit
The attached patch should be the last feature I want to get in
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 5 Jun 2001 08:11:57 +0000 (08:11 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 5 Jun 2001 08:11:57 +0000 (08:11 +0000)
commitd43cbd140463dea549f33fae5792943b5964a018
tree61059ca29584719529049c92d7e574081a778535
parentf7934bf66aa14d2cc753ba747e3f1b489d6e8638
The attached patch should be the last feature I want to get in
before 1.4. It creates a new config variable $imap_authenticators,
which is a comma-separated list of authentication methods for mutt
to try to use to authenticate to an IMAP server. If it is
unspecified you get the old behaviour - any method is tried, the
first to succeed or fail ends the auth loop.

(From Brendan Cully.)
imap/auth.c
imap/auth.h
imap/auth_anon.c
imap/auth_cram.c
imap/auth_gss.c
imap/auth_login.c
imap/auth_sasl.c
imap/imap.c