从Gmail导出邮件

6 python gmail

At one point it was possible to use scripts like libgmail and gmail.py (can't post more than one hyperlink) to export mail from Gmail accounts. Both of those seem to not work anymore — I can't even log in with them. I assume it's because there's been some changes in Gmail. Is there still any way to do this?

Gre*_*reg 7

Gmail 支持IMAPPOP,后者是用于访问电子邮件的常用协议.您应该能够使用任何有效的IMAP或POP库来下载您的电子邮件.如果你想要标签/文件夹信息,你需要坚持IMAP.