在 IMAPv4 中搜索

发布于 2024-09-27 07:57:46 字数 315 浏览 4 评论 0原文

有没有办法告诉 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱的十字路口 2024-10-04 07:57:46

我认为你做不到。

SEARCH 仅返回消息编号或 UID,因此速度相当快。

I don't think that you can do it.

SEARCH returns only message numbers or UIDs so it's pretty fast.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文