outlook_msg
outlook_msg copied to clipboard
Read contents, metadata and attachments from Outlook Message files
This is a request to add functionality to extract the message details such as sender, recipients, date of sending, subject, etc.
I can find only msg subject, body and sender_email as the attributes for the Message object. How to get the received date?
Sometimes ``` @property def filename(self): return self.mfs['PidTagAttachLongFilename'] ``` Fails because `PidTagAttachLongFIlename` isn't valid.
I have nearly no familiarity with the .msg file format, but I noticed some attachments weren't extracted at all from a .msg file I was processing. The reason looks to...
Bumps [py](https://github.com/pytest-dev/py) from 1.7.0 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...