Skip to content

Version 0.30.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheElementalOfDestruction TheElementalOfDestruction released this 28 Jan 10:25
· 735 commits to master since this release
2efcde1

v0.30.4

  • [TeamMsgExtractor #233] Added option to Message.save to only save the attachments (attachmentsOnly). This can also be used from the command line with the option --attachments-only.
  • Corrected error string for incompatible options in Message.save.
  • Fixed if blocks being nested weirdly in Message.save instead of being chained with elif. Probably an artifact left from adding support for HTML and RTF.