Version 0.43.0
·
322 commits
to master
since this release
v0.43.0
- [TeamMsgExtractor #56] [TeamMsgExtractor #248] Added new function
MessageBase.asEmailMessagewhich will convert theMessageBaseinstance, if possible, to anemail.message.EmailMessageobject. If an embedded MSG file on aMessageBaseobject is of a class that does not have this function, it will simply be attached to the instance as bytes. - Changed imports in
message_base.pyto help with type checkers. - Changed from using
email.parser.EmailParsertoemail.parser.HeaderParserinMessageBase.header. - Changed some of the internal code for
MessageBase.header. This should improve usage of it, and should not have any noticeable negative changes. You man notice some of the values parse slightly differently, but this effect should be mostly suppressed.