v0.56.0
- [TeamMsgExtractor #478] Expand allowable versions of
ebcdicto include2.x. The 2.0 release is a pure technical release with no functional changes; it only drops support for Python 2 and 3.8. The lower bound is unchanged so installs on Python 3.8 will continue to resolve toebcdic 1.1.1. - [TeamMsgExtractor #469] Expanded
beautifulsoupto allow for versions up to5.*.*. I was previously hesitant to do so because they sometimes do what seems like non backwards compatible changes in minor versions, but it looks like this should be fine. - [TeamMsgExtractor #471] Added
.strip()to file name determination to ensure that folders with trailing spaces would be corrected before being used. - [TeamMsgExtractor #481] Fixed a typo that caused an HTML body created from plain text to end with
</head>instead of</html>. - [TeamMsgExtractor #476] Fixed
MessageBase.asEmailMessage()raisingValueErrorwhen a message has multipleTorecipients.