pyMail icon indicating copy to clipboard operation
pyMail copied to clipboard

可以方便使用imap接收邮件并解析中文邮件,提取附件,并且发送邮件

Results 7 pyMail issues
Sort by recently updated
recently updated
newest added

def reinitMailInfo():是不是少了个self

首先感谢作者解决了我一个大问题、之前写来一段代码用来解析邮件中的html、最近拿来用发现body解析成了一堆字符、找不到中间的url了、一直找不到问题的原因以及解决方法、测试了一把作者的代码发现成功了、先学习下再说!

It can print msg as string, which includes encoded attachment MIME part, but it cannot parse/separate attachment name and data as expected. Tested with jpg and pdf files, pdf test...

您好,请教一下,在挂上VPN后,使用smtplib库无法跟邮件服务器连接,这种情况怎么解决。 取消掉vpn后,就可以连接了,但因为我要用的网站必须挂vpn,所以想请教您一下这种问题如何解决?

你好, 很感谢你提供如此之好的库, 我大概看了下你代码, 发现没有找到收取所有邮件, 你只提供了"未读"的. 能加上这么个功能么? 感谢!

boss_mails = rml.searchBySender() print(f"Mails from boss: {boss_mails}")