Entero Gusten - 2010-03-08 16:05:35
Hi,
I noticed strange error while retrieving messages from mailbox. This problem occurs ONLY on one specific email message. During retrieving this message it is only possible to read two lines:
+OK Top of message follows
X-x: TimeOut
After that connection is broken (I think), because any other execution of function GetLine() ends up with the PHP fatal error: Maximum execution time of 15 seconds exceeded in.... this line:
$line.=fgets($this->connection,100);
When I have manually deleted this ONE specific email from mailbox, the problem disappeard. If you want, I can post a header information of this email.