views:

62

answers:

1

I am searching for the IMAP IDLE function in the Zend Framework. I would either like to know whether it is integrated or if it could be done. I have read that the IlohaMail library seems to have implemented the function - at least in a modified version used in roundcube.

+1  A: 

Zend Framework supports issuing the "NOOP" - No operation - command to the IMAP servers to renew the connection.

According to http://www.isode.com/whitepapers/imap-idle.html, this resembles the IMAP IDLE process.

Sebastian Hoitz