View Single Post
  #2 (permalink)  
Old 08-13-2007, 06:54 AM
Snef Snef is offline
Junior Member
 
Join Date: Jul 2007
Posts: 7
Exclamation

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.
Reply With Quote