bcoe/smtproutes

Better Support of Attachments

Closed this issue · 1 comments

bcoe commented

The RFC2822 email parser in Python makes grabbing attachments out of messages somewhat annoying.

I'd like to subclass it and add better support for this.

bcoe commented

Subclassed email.message.Message adding a pre-parsed attachments property.