Variable: imap-authenticators

imap-authenticators is a variable defined in imap.el.gz.

Value

(gssapi kerberos4 digest-md5 cram-md5 login anonymous)

Documentation

Priority of authenticators to consider when authenticating to server.

Source Code

;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
(defvar imap-authenticators '(gssapi
			      kerberos4
			      digest-md5
			      cram-md5
			      ;;sasl
			      login
			      anonymous)
  "Priority of authenticators to consider when authenticating to server.")