具有多个查询的 Zimbra REST 请求

发布于 2024-11-15 11:39:40 字数 956 浏览 9 评论 0原文

我想向有许多发件人的 Zimbra 服务器进行查询:

http://zimbra.server.com/home/plinard/?fmt=xml&query=from:[email protected] [email protected]

它只返回来自 的电子邮件[email protected]

我也尝试了

http://zimbra.server.com/home/plinard/?fmt=xml&query=from:[email protected]&from:[email protected]

同样的结果......

提前谢谢

I want to make a query to the Zimbra server with many senders :

http://zimbra.server.com/home/plinard/?fmt=xml&query=from:[email protected] [email protected]

It returns me juste the emails from [email protected]

I tried this too

http://zimbra.server.com/home/plinard/?fmt=xml&query=from:[email protected]&from:[email protected]

same result...

Thnx in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

柠北森屋 2024-11-22 11:39:40

这是解决方案:)

http://zimbra.server.com/home/plinard/?fmt=xml&query=from:([email protected] or [email protected])

此链接包含 Zimbra 的查询语言

http:// www.zimbra.com/desktop/help/en_US/Search/query_language_description.htm

干杯 ^^

Here is the solution :)

http://zimbra.server.com/home/plinard/?fmt=xml&query=from:([email protected] or [email protected])

This link contains the Zimbra's Query Language

http://www.zimbra.com/desktop/help/en_US/Search/query_language_description.htm

Cheers ^^

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