摘要: #1.导包import imaplib #2.连接邮箱host = "imap-mail.outlook.com" username = "xxx@outlook.com"password = "xxx"port = 993serv = imaplib.IMAP4_SSL(host, port) # 阅读全文
posted @ 2021-06-16 18:35 Merge_1126 阅读(625) 评论(0) 推荐(0) 编辑