Variable: pop3-password
pop3-password is a customizable variable defined in pop3.el.gz.
Value
nil
Documentation
Password to use when connecting to POP server.
Source Code
;; Defined in /usr/src/emacs/lisp/net/pop3.el.gz
;; Should this be customizable?
(defcustom pop3-password nil
"Password to use when connecting to POP server."
:type '(choice (const nil) string)
:group 'pop3)