2021年1月20日
摘要: 使用Python3获取IMAP的邮件 #-*- coding:UTF-8 -*- import imaplib, email def email_header_decode(str): dh = email.header.decode_header(str)[0] if dh[1] == None: 阅读全文
posted @ 2021-01-20 00:48 项希盛 阅读(751) 评论(1) 推荐(0)