Skip to content

Version 0.25.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@TheElementalOfDestruction TheElementalOfDestruction released this 25 Jun 08:15
· 914 commits to master since this release
e473242

v0.25.0

  • Added new class MSGFile. The Message class now inherits from this. This class is the base for all MSG files, not just Message's. It somewhat recently came to our attention that MSG files are used for a variety of things, including the storage of contacts, leading us to the next part of the changelog.
  • [mattgwwalker #110] Added new class Contact for extracting the data from MSG files storing contacts.
  • Added new function openMsg to the module to be used to open MSG files in which it is not certain what type of MSG is being opened.
  • Modified the Attachment class to use the openMsg function to open embedded MSG files.
  • Added option delayAttachments to the Message class that will stop it from initializing attachments until the user is ready. This allows users to open Message's that have unimplemented attachment types without having to worry about the exception stopping them. This is also an option in the new openMsg function.