/[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.29 by miles, Thu Jun 2 11:33:59 2005 UTC revision 1.30 by lektu, Thu Jun 16 14:57:23 2005 UTC
# Line 385  If NOW, use that time instead." Line 385  If NOW, use that time instead."
385    (pop3-send-command process (format "USER %s" user))    (pop3-send-command process (format "USER %s" user))
386    (let ((response (pop3-read-response process t)))    (let ((response (pop3-read-response process t)))
387      (if (not (and response (string-match "+OK" response)))      (if (not (and response (string-match "+OK" response)))
388          (error (format "USER %s not valid" user)))))          (error "USER %s not valid" user))))
389    
390  (defun pop3-pass (process)  (defun pop3-pass (process)
391    "Send authentication information to the server."    "Send authentication information to the server."

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

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