Variable: imap-authenticators

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

Value

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

Documentation

Priority of authenticators to consider when authenticating to server.

Probably introduced at or before Emacs version 31.1.

Source Code

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