I found the problem, it is in Zend/Mail/Protocol/Pop3.php (line 150)
When sending a command, the EOL is done by \n, this should be \r\n (like in the abstract class is already done).
Also, there is a function called retrive. I think this is a typo? Shouldn't it be retrieve?
How do I get this info to Zend?
Last edited by Snef : 08-13-2007 at 07:06 AM.
|