pop3.el (pop3-open-server): Error messages are "-ERR".
This commit is contained in:
parent
b87f32fc00
commit
2193f991eb
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-05-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* pop3.el (pop3-open-server): Error messages are "-ERR".
|
||||
|
||||
2011-05-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
|
||||
|
|
|
@ -306,7 +306,7 @@ Returns the process associated with the connection."
|
|||
(t
|
||||
(or pop3-stream-type 'network)))
|
||||
:capability-command "CAPA\r\n"
|
||||
:end-of-command "^\\.\r?\n\\|^\\+[A-Z]+ .*\n"
|
||||
:end-of-command "^\\.\r?\n\\|^\\(-ERR\\|+OK \\).*\n"
|
||||
:success "^\\+OK.*\n"
|
||||
:return-list t
|
||||
:starttls-function
|
||||
|
|
Loading…
Add table
Reference in a new issue