Variable: imap-log
imap-log is a customizable variable defined in imap.el.gz.
Value
nil
Documentation
If non-nil, an imap session trace is placed in imap-log-buffer.
Note that username, passwords and other privacy sensitive information (such as e-mail) may be stored in the buffer. It is not written to disk, however. Do not enable this variable unless you are comfortable with that.
See also imap-debug.
Source Code
;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
(defcustom imap-log nil
"If non-nil, an imap session trace is placed in `imap-log-buffer'.
Note that username, passwords and other privacy sensitive
information (such as e-mail) may be stored in the buffer.
It is not written to disk, however. Do not enable this
variable unless you are comfortable with that.
See also `imap-debug'."
:type 'boolean)