Zend 框架中的 Imap IDLE
我正在 Zend 框架中搜索 IMAP IDLE 函数。我想知道它是否是集成的或者是否可以完成。我读到 IlohaMail 库似乎已经实现了该功能 - 至少在 roundcube 中使用的修改版本中是这样。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Zend Framework 支持发出 "NOOP" - 无操作 - 命令< /a> 到 IMAP 服务器以更新连接。
根据 http://www.isode.com/whitepapers/imap-idle.html< /a>,这类似于 IMAP IDLE 进程。
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.