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.
有没有办法只获取我的 Gmail 中所有邮件的姓名、电子邮件和时间戳?是否可以使用任何 Python 库来做到这一点?
另外,我想知道谷歌接受的API请求的日常使用是否有限制?
提前致谢。
我会使用 IMAPClient 库。这是相关功能:http: //imapclient.readthedocs.org/en/latest/index.html#imapclient.IMAPClient.fetch
我认为通过 IMAP 获取电子邮件没有任何限制,只有发送限制。