Skip to content

Version 0.30.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheElementalOfDestruction TheElementalOfDestruction released this 27 Jan 04:32
· 745 commits to master since this release
eeb6538

v0.30.1

  • [TeamMsgExtractor #102] Added property MessageBase.htmlBodyPrepared which provides the HTML body that has been prepared for actual use or conversion to PDF. All attachments that can be injected into the body directly will be injected.
  • Corrected a mistake in the documentation of Message.save.
  • Fixed issue where the command line parser was not checking for raw in conjunction with other saving options.
  • Changed utils.setupLogging to use pathlib.
  • Improved reliability of the logic in utils.setupLogging.
  • Removed function utils.getContFileDir.
  • Cleaned up plain Exception being raised at the end of utils.injectRtfHeader if the injection failed. This now raises RuntimeError, an error that should be reported so the injection system can be improved.
  • Added parsing for PtypServerId to utils.parseType.
  • Added FolderID, MessageID, and ServerID to data.
  • Added zip output to the command line.
  • Added support for PtypMultipleFloatingTime to utils.parseType.
  • Improved documentation of many functions with the exceptions they may raise.
  • Changed the way zip files are handled so that files written to them actually have a modification date now.