Skip to content

Releases: TeamMsgExtractor/msg-extractor

Version 0.25.0

25 Jun 08:15
e473242
Compare
Choose a tag to compare
Version 0.25.0 Pre-release
Pre-release

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.

Version 0.24.4

22 Jun 13:49
44201f5
Compare
Choose a tag to compare
Version 0.24.4 Pre-release
Pre-release

v0.24.4

  • Added new property Message.isRead to show whether the email has been marked as read.
  • Renamed Message.header_dict to Message.headerDict to better match naming conventions.
  • Renamed Message.message_id to Message.messageId to better match naming conventions.

Version 0.24.3

18 Jun 22:45
6515789
Compare
Choose a tag to compare
Version 0.24.3 Pre-release
Pre-release

When calling Message.close, all embedded Message instances will also be closed.

Version 0.24.2

03 Jun 08:45
d831238
Compare
Choose a tag to compare
Version 0.24.2 Pre-release
Pre-release
  • Fixed bug that somehow escaped detection that caused certain properties to not work.
  • Fixed bug with embedded msg files introduced in v0.24.0

Version 0.24.0

29 May 13:48
63713c6
Compare
Choose a tag to compare
Version 0.24.0 Pre-release
Pre-release

Rewrote the save function and extended it's capabilities. Also, we've started preparing the module to be able to save in html and rtf. We also fixed some errors brought from the previous version.

Version 0.23.4

27 May 01:58
1323b9c
Compare
Choose a tag to compare
Version 0.23.4 Pre-release
Pre-release
Merge pull request #121 from Syncurity/next-release

Next release

Version 0.22

22 Jan 18:02
8cc8d97
Compare
Choose a tag to compare
Version 0.22 Pre-release
Pre-release
Merge pull request #68 from Syncurity/master

v0.22

Version 0.20 - The Documentation Update

23 Nov 00:51
b3f3361
Compare
Choose a tag to compare
Pre-release

Fixed version of the documentation update

Release 0.19

20 Nov 02:02
e6d2b23
Compare
Choose a tag to compare
Release 0.19 Pre-release
Pre-release
Version 0.19

Added more debugging info. Release 0.20 will be the next major release, containing a TON of modifications and improvements.

0.18

14 Nov 17:06
5854292
Compare
Choose a tag to compare
0.18 Pre-release
Pre-release
v0.18

Update README.md