Version 0.36.4
Pre-release
Pre-release
·
613 commits
to master
since this release
v0.36.4
- [TeamMsgExtractor #291] Fixed typo in
MSGFile.saveRawthat may have existed for a significant amount of time. It was using the wrong function (same name, but with different capitalization) but was hidden untilMSGFilestopped being derived fromOleFileIO. - Added logging code to
MessageBase.getSavePdfBodyto log the list that is going to be used to runwkhtmltopdf. This is mainly for debugging purposes, to allow users to potentially see why their arguments may be failing. - Updating funding information on GitHub and the
READMEwith more ways to support the module's development. - Fixed one of the exceptions in
MessageBase.getSavePdfBodynot using an fstring which caused it to omit information. - Changed the way
wkhtmltopdfis called to patch a possible security vulnerability. This also seems to have fixed [TeamMsgExtractor #291].