Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用等待 IMAP 空闲事件的 perl IMAP 客户端,它工作得很好。
我想将这些事件作为消息排队,并尽快将它们提供给 Web 客户端,它们应该能够从队列中读取它们或等待新消息。客户端也在决定应该从队列中删除哪些消息。
有没有这个功能的模块?
回答这个问题的特定于 IMAP 的部分——您希望您的网络邮件客户端“从队列中删除事件”的建议看起来非常可疑。确保您了解 IMAP 的语义,因为没有多少“事件”可以从那里安全地“删除”。