Export mail from Gmail

后端 未结 2 1347
自闭症患者
自闭症患者 2021-01-12 22:44

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 w

2条回答
  •  走了就别回头了
    2021-01-12 23:25

    As far as I know neither libgmail nor gmail.py are compatible with the current version of Gmail. I use IMAP to download mails from gmail. Python's imaplib module is quite useful for this.

    This answer (disclaimer: my answer) to a related question might give you some clues.

提交回复
热议问题