Variable: nnimap-authenticator

nnimap-authenticator is a variable defined in nnimap.el.gz.

Value

nil

Documentation

How nnimap authenticate itself to the server.

Possible choices are nil (use default methods), anonymous, login, plain and cram-md5.

This is a Gnus server variable. See Info node (gnus)Select Methods.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnimap.el.gz
(defvoo nnimap-authenticator nil
  "How nnimap authenticate itself to the server.
Possible choices are nil (use default methods), `anonymous',
`login', `plain' and `cram-md5'.")