Variable: imap-failed-tags
imap-failed-tags is a variable defined in imap.el.gz.
Value
nil
Documentation
Alist of tags that failed.
Each element is a list with four elements; tag (a integer), response
state (a symbol, OK, NO or BAD), response code (a string), and
human readable response text (a string).
Source Code
;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
(defvar imap-failed-tags nil
"Alist of tags that failed.
Each element is a list with four elements; tag (a integer), response
state (a symbol, `OK', `NO' or `BAD'), response code (a string), and
human readable response text (a string).")