Created
August 3, 2016 06:59
-
-
Save bigsan/ad5af842bc1c02843c25a89a2c4edc91 to your computer and use it in GitHub Desktop.
Perl: Convert outlook .msg to .eml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
perl -we 'use Email::Outlook::Message; print Email::Outlook::Message->new(shift)->to_email_mime->as_string' foo.msg > bar.eml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Reference: http://superuser.com/questions/99250/opening-a-msg-file-in-ubuntu