|
|
1
1
你需要的是刮你的收件箱,以获得所有被弹回的邮件主题。 了解IMAP。另外,请查看imaplib包和电子邮件包python。 https://docs.python.org/3/library/imaplib.html https://docs.python.org/3/library/email-examples.html 这个博客非常有用: https://yuji.wordpress.com/2011/06/22/python-imaplib-imap-example-with-gmail/ |