Hello,
I've a php script that run in a crontab enviroment (CLI), each ten minutes
i read the mail from an account using IMAP, (i only need the headers)
then put the results in a mysql dbase

thi'is the error :

PHP Fatal error:  Uncaught exception 'ezcMailTransportException' with message 
'An error occured while sending or receiving mail. Could not read from the 
stream. It was probably terminated by the host.' in 
/root/parser/ezc/Mail/src/transports/transport_connection.php:217
Stack trace:
#0 /root/parser/ezc/Mail/src/transports/imap/imap_transport.php(2655): 
ezcMailTransportConnection->getLine()
#1 /root/parser/ezc/Mail/src/transports/imap/imap_transport.php(739): 
ezcMailImapTransport->getResponse('A0002')
#2 /root/parser/parser3a.php(9): ezcMailImapTransport->selectMailbox('Inbox')
#3 {main}
   thrown in /root/parser/ezc/Mail/src/transports/transport_connection.php on 
line 217

The ezComponents are in version 2009.1

php -v returns :
PHP 5.2.10 (cli) (built: Nov 13 2009 11:24:03)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies

i'v seen that someone else get this error in previous release,

(http://issues.ez.no/13010)

checking the code the result is that the ezc are already patched

thanks in advance
Alessio

-- 
Components mailing list
Components@lists.ez.no
http://lists.ez.no/mailman/listinfo/components

Reply via email to