Skip to content

Instantly share code, notes, and snippets.

@EddiG
Created July 3, 2017 11:12
Show Gist options
  • Save EddiG/f9cca6f6972305683036435726a42ab9 to your computer and use it in GitHub Desktop.
Save EddiG/f9cca6f6972305683036435726a42ab9 to your computer and use it in GitHub Desktop.
How to unpack the MS Outlook message file

Convert from msg to eml format

sudo apt install libemail-outlook-message-perl 
msgconvert <filename>.msg

Unpack eml

sudo apt install mpack
munpack <filename>.eml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment