Open
Description
Referring to #55 it would be great if msg-extractor could use stdlib functionality
from email.mime.text import MIMEText # for body or bodyHtml
from rfc822 import AddressList # for recipients and sender
from email.message import Message # for attachments
I currently wrap this to provide the stdlib interface