|
|||
|
Hi,
I'm trying to use the examples for reading mail (pop3). The problem is that when logging in to the mail account, the reading of the result of "USER ...." goes wrong. I can not see what goes wrong there.. (finnaly the result is 'false'). When I test the mail account through telnet, every thing works just fine. The used mailserver is MailEnable. Snef. |
|
|||
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|