/[emacs]/emacs/lisp/gnus/pop3.el
ViewVC logotype

Diff of /emacs/lisp/gnus/pop3.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by miles, Tue Dec 7 21:56:39 2004 UTC revision 1.27 by kfstorm, Wed Feb 9 15:50:37 2005 UTC
# Line 46  Line 46 
46                               (getenv "LOGNAME")                               (getenv "LOGNAME")
47                               (getenv "USER"))                               (getenv "USER"))
48    "*POP3 maildrop."    "*POP3 maildrop."
49    :version "21.4" ;; Oort Gnus    :version "22.1" ;; Oort Gnus
50    :type 'string    :type 'string
51    :group 'pop3)    :group 'pop3)
52    
53  (defcustom pop3-mailhost (or (getenv "MAILHOST") ;; nil -> mismatch  (defcustom pop3-mailhost (or (getenv "MAILHOST") ;; nil -> mismatch
54                               "pop3")                               "pop3")
55    "*POP3 mailhost."    "*POP3 mailhost."
56    :version "21.4" ;; Oort Gnus    :version "22.1" ;; Oort Gnus
57    :type 'string    :type 'string
58    :group 'pop3)    :group 'pop3)
59    
60  (defcustom pop3-port 110  (defcustom pop3-port 110
61    "*POP3 port."    "*POP3 port."
62    :version "21.4" ;; Oort Gnus    :version "22.1" ;; Oort Gnus
63    :type 'number    :type 'number
64    :group 'pop3)    :group 'pop3)
65    
66  (defcustom pop3-password-required t  (defcustom pop3-password-required t
67    "*Non-nil if a password is required when connecting to POP server."    "*Non-nil if a password is required when connecting to POP server."
68    :version "21.4" ;; Oort Gnus    :version "22.1" ;; Oort Gnus
69    :type 'boolean    :type 'boolean
70    :group 'pop3)    :group 'pop3)
71    
# Line 77  Line 77 
77    "*POP3 authentication scheme.    "*POP3 authentication scheme.
78  Defaults to 'pass, for the standard USER/PASS authentication.  Other valid  Defaults to 'pass, for the standard USER/PASS authentication.  Other valid
79  values are 'apop."  values are 'apop."
80    :version "21.4" ;; Oort Gnus    :version "22.1" ;; Oort Gnus
81    :type '(choice (const :tag "USER/PASS" pass)    :type '(choice (const :tag "USER/PASS" pass)
82                   (const :tag "APOP" apop))                   (const :tag "APOP" apop))
83    :group 'pop3)    :group 'pop3)
# Line 91  maintain no state information between se Line 91  maintain no state information between se
91  client believes is there and what is actually there may not match  client believes is there and what is actually there may not match
92  up.  If they do not, then the whole thing can fall apart and  up.  If they do not, then the whole thing can fall apart and
93  leave you with a corrupt mailbox."  leave you with a corrupt mailbox."
94    :version "21.4" ;; Oort Gnus    :version "22.1" ;; Oort Gnus
95    :type 'boolean    :type 'boolean
96    :group 'pop3)    :group 'pop3)
97    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26