在 IMAPv4 中搜索
有没有办法告诉 IMAP 服务器它只需找到符合给定搜索条件的前 20 个响应。例如,我向服务器发送命令(SEARCH SINCE 2010 年 2 月 1 日),它将等待返回自 2010 年 2 月 1 日以来的所有消息。有没有办法告诉服务器它只需要返回前20个?
PS:IMAP 规范 https://www.rfc- editor.org/rfc/rfc2060.html#section-6.4.4
Is there a way to tell the IMAP server that it only has to find the first 20 responses that fit a given search criteria. So, for example, I am sending to the server the command (SEARCH SINCE 1-Feb-2010) and it will wait to return all messages since 1-Feb-2010. Is there a way to tell the server that it only has to return the first 20?
PS: the spec for IMAP https://www.rfc-editor.org/rfc/rfc2060.html#section-6.4.4
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你做不到。
SEARCH 仅返回消息编号或 UID,因此速度相当快。
I don't think that you can do it.
SEARCH returns only message numbers or UIDs so it's pretty fast.