Hi Ralf,
“pear5 install net_socked” is ok.
I am trying to debug my problem but my skill in php are very poor.
What I see is that in the file Sieve.php there is the function _doCmd().
In this function there is a “while (true)” and the program loop in this point.
I see that in this loop there is the variable $line.
This is probably the answer from the sieve server.
I have added the command:
system(“echo $line >> /tmp/file”).
Here is the output:
IMPLEMENTATION Cyrus timsieved v2.2.3
SASL LOGIN
SIEVE fileinto reject envelope vacation imapflags notify subaddress relational regex
OK
IMPLEMENTATION Cyrus timsieved v2.2.3
SASL LOGIN
SIEVE fileinto reject envelope vacation imapflags notify subaddress relational regex
OK
{12}
UGFzc3dvcmQ6
OK
Note that my cyrus server is on another computer.
Do I need to configure/install something on this server ?
Best Regards. Miche