Variable: imap-callbacks

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

Value

nil

Documentation

List of response tags and callbacks, on the form (number . function).

The function should take two arguments, the first the IMAP tag and the second the status (OK, NO, BAD etc) of the command.

Source Code

;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
(defvar imap-callbacks nil
  "List of response tags and callbacks, on the form `(number . function)'.
The function should take two arguments, the first the IMAP tag and the
second the status (OK, NO, BAD etc) of the command.")