Address of campus mailbox POP3 of Nankai University

text

This semester as a teaching assistant, the mailbox received homework, hundreds of e-mail, manual download attachment is too tired, it is suitable for Python to write an automatic download attachment program. The POP3 address of the mailbox is required for Python to download email attachments. After some trying and searching, we finally found the POP3 address of Nankai campus mailbox: “POP3 mail.nankai.edu .cn”。 Happy to write code to download email attachment.

Python download attachment code

The code I use refers to this blog https://www.cnblogs.com/chouxianyu/p/11270101.html

Read More: