Variable: imap-store-password
imap-store-password is a customizable variable defined in imap.el.gz.
Value
nil
Documentation
If non-nil, store session password without prompting.
Source Code
;; Defined in /usr/src/emacs/lisp/net/imap.el.gz
(defcustom imap-store-password nil
"If non-nil, store session password without prompting."
:type 'boolean)