Skip to content

Version 0.28.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheElementalOfDestruction TheElementalOfDestruction released this 16 Feb 10:12
· 826 commits to master since this release
0b7bb8d

v0.28.2

  • Started preparing more of the code for when HTML and RTF saving are fully implemented. Please note that they do not work at all right now. Commented out the code for this because it wasn't meant to be uncommented.
  • [TeamMsgExtractor #184] Added code to ensure file names don't have null characters when saving an attachment.
  • Minor improvement to the section of the save code that checks if you have provided incompatible options.
  • [TeamMsgExtractor #185] Added the IncompatibleOptionsError. It was supposed to be added a few updates ago, but was accidentally left out.
  • Modified Message.save to return the current Message instance to allow for chained commands. This allows you to do something like extract_msg.openMsg("path/to/message.msg").save().close() where you could not before.