通过python 的代码实现对email的操作,包括发送邮件和读取邮件. import poplib import smtplib from email.header import decode_header from email.mime.text import MIMEText import email # how to log in email # for purpose to select to send or log in the email # use SMTP to log in…