开发者

Imap IDLE in Zend Framework

开发者 https://www.devze.com 2023-01-10 21:59 出处:网络
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 se

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消