Variable: pop3-timestamp
pop3-timestamp is a variable defined in pop3.el.gz.
Value
nil
Documentation
Timestamp returned when initially connected to the POP server.
Used for APOP authentication.
Source Code
;; Defined in /usr/src/emacs/lisp/net/pop3.el.gz
(defvar pop3-timestamp nil
"Timestamp returned when initially connected to the POP server.
Used for APOP authentication.")