Variable: imap-fetch-data-hook
imap-fetch-data-hook is a variable defined in imap.el.gz.
Value
nil
Documentation
Hooks called after receiving each FETCH response.
Source Code
;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
;;; Various variables
(defvar imap-fetch-data-hook nil
"Hooks called after receiving each FETCH response.")