Skip to content

hughbrien/parse_msg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parse Microsoft Outlook Messages

Interate over a directory of messages and parse them. The output is dependent upon the use case.

I got this from [StackOverflow](https://stackoverflow.com/questions/26322255/parsing-outlook-msg-files-with-python)
Parse Microsoft .msg files 

pip install extract-msg;
pip install imapclient;

Note, it may require to install additional modules, in my case, it required to install imapclient:

pip install imapclient

About

Parse Microsoft .msg files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages