[gnus git] branch master updated: n0-17-163-g2fab459 =1= * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 2fab459a4bb7204523a02e2210ebf3638205baac (commit)
from fa8cd3f3ef09fa4bf3771512a2c520c4ef519827 (commit)
- Log -----------------------------------------------------------------
commit 2fab459a4bb7204523a02e2210ebf3638205baac
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Tue Jul 5 17:03:54 2011 +0200
* pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 17c2b66..805d6bc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-05 Lars Magne Ingebrigtsen <[email protected]>
+
+ * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
+
2011-07-05 Daiki Ueno <[email protected]>
* gnus-start.el (gnus-get-unread-articles): Don't connect to the
diff --git a/lisp/pop3.el b/lisp/pop3.el
index b485ac3..e29ddb0 100644
--- a/lisp/pop3.el
+++ b/lisp/pop3.el
@@ -307,7 +307,7 @@ Returns the process associated with the connection."
(or pop3-stream-type 'network)))
:capability-command "CAPA\r\n"
:end-of-command "^\\(-ERR\\|+OK \\).*\n"
- :end-of-capability "^\\.\r?\n"
+ :end-of-capability "^\\.\r?\n\\|^-ERR"
:success "^\\+OK.*\n"
:return-list t
:starttls-function
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/pop3.el | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project