Hello Toby,
Tracing ; ezc/Mail/src/transports/transport_connection.php
have a look at this debug : ( xdebug_var_dump( ) )
[r...@centos55 parser]# php parser3a.php
array(2) {
[0]=>
string(29) "* OK O soi pront, dimi dut.
"
["object"]=>
resource(13) of type (stream)
}
array(2) {
[0]=>
string(21) "A0001 OK Logged in.
"
["object"]=>
resource(13) of type (stream)
}
array(2) {
[0]=>
bool(false)
["object"]=>
resource(13) of type (stream)
}
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:220
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 220
thanks in advance
Alessio