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.
我正在尝试将搜索条件与 imaplib 搜索方法结合起来。例如,下面我想搜索 FROM 中包含“oracle”或“db2”的电子邮件。如果可能的话,任何想法如果是的话,语法是什么。我搜索了 Google 甚至 RFC 3501,但没有找到这个看似简单问题的答案。
mail.search(无,'(自“2013 年 7 月 3 日”主题“错误”来自“oracle”)')