kootenpv / yagmail

Send email in Python conveniently for gmail using yagmail
MIT License
2.64k stars 263 forks source link

imbox msg.attachments=[] #232

Open Sharkkkk opened 2 years ago

Sharkkkk commented 2 years ago

I use yag.send(toemail,subject,contents='123',attachments=filename) to send email ,and use imbox to accept email. However, the msg.attachments=[]. I can see the attachments in web email. Why is the header of the attachment empty?