ZF-11642: Zend_Mail_Protocol_Pop3, Zend_Mail_Storage_Pop3 failes to connect to server
Description
In Zend_Mail_Protocol_Pop3
190: throw new Zend_Mail_Protocol_Exception('last request failed');
should be
190: throw new Zend_Mail_Protocol_Exception($message);
I'd help debug problems with POP3 connection.
Recently I wasted couple of hours figuring why I cannot fetch messages from my mail server. Changing line mention above I noticed that I simply misspelled my password.
Comments
No comments to display