Version 0.28.2
Pre-release
Pre-release
·
874 commits
to master
since this release
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 currentMessage
instance to allow for chained commands. This allows you to do something likeextract_msg.openMsg("path/to/message.msg").save().close()
where you could not before.