Login   Register  
PHP Classes

TimeOut problem while RetrievingMessage

Icontem
elePHPant


      POP3 e-mail client   All threads   TimeOut problem while RetrievingMessage   (Un) Subscribe thread alerts  
Subject:TimeOut problem while RetrievingMessage
Summary:TimeOut problem while RetrievingMessage
Messages:1
Author:Entero Gusten
Date:2010-03-08 16:05:35
 

  1. TimeOut problem while RetrievingMessage   Reply  
Picture of Entero Gusten
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.