v0.39.1
- [TeamMsgExtractor #333] Fixed typo in a warning.
- [TeamMsgExtractor #334] Removed
__del__method fromMSGFile. It was there for cleanup, but wasn't planned well enough to stop it from causing issues. It may be reintroduced in the future if I can manage to remove the issues. - [TeamMsgExtractor #335] Fixed some parts of
extract_msg.utils.getCommandArgshaving invalid logic after a previous (rather old) update that caused exceptions when using certain options. - Added new property
treePathtoAttachmentBaseandMSGFile(which adds it to nearly every class). This property is the path to the current instance, represented as a tuple of instances that would be used to get to the current instance. - Added sphinx documentation.
- Fixed an issue in
OleWriterthat would produce corrupted OLE files if the DIFAT needed more than the header.