Variable: rmail--remote-password-host

rmail--remote-password-host is a variable defined in rmail.el.gz.

Value

nil

Documentation

Last recorded value of the HOST argument to rmail-get-remote-password.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
;; Functions for setting, getting and encoding the POP password.
;; The password is encoded to prevent it from being easily accessible
;; to "prying eyes."  Obviously, this encoding isn't "real security,"
;; nor is it meant to be.

(defvar rmail--remote-password-host nil
  "Last recorded value of the HOST argument to `rmail-get-remote-password'.")