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 服务器以便只检索自定义文件夹而不是系统文件夹。例如,对于一个 Gmail 帐户,如果我创建了两个标签subfolder1和subfolder2,我希望在查询后只接收这两个标签,而不是文件夹[Gmail]/Draft、[Gmail]/Trashcan、[Gmail]/Sent等。
subfolder1
subfolder2
[Gmail]/Draft
[Gmail]/Trashcan
[Gmail]/Sent
使用标准 IMAP 协议(根据 rfc3501)这是不可能的。可能是一个扩展可能会提供它。