Variable: rmail-remote-password-error
rmail-remote-password-error is a variable defined in rmail.el.gz.
Value
"invalid usercode or password\\|\nunknown user name or bad password\\|Authentication failed\\|MU_ERR_AUTH_FAILURE"
Documentation
Regexp matching incorrect-password POP or IMAP server error messages.
If you get an incorrect-password error that this expression does not match,
please report it with M-x report-emacs-bug (report-emacs-bug).
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
(defvar rmail-remote-password-error "invalid usercode or password\\|
unknown user name or bad password\\|Authentication failed\\|MU_ERR_AUTH_FAILURE"
"Regexp matching incorrect-password POP or IMAP server error messages.
If you get an incorrect-password error that this expression does not match,
please report it with \\[report-emacs-bug].")