Skip to content

Instantly share code, notes, and snippets.

@bigsan
Created August 3, 2016 06:59
Show Gist options
  • Save bigsan/ad5af842bc1c02843c25a89a2c4edc91 to your computer and use it in GitHub Desktop.
Save bigsan/ad5af842bc1c02843c25a89a2c4edc91 to your computer and use it in GitHub Desktop.
Perl: Convert outlook .msg to .eml
perl -we 'use Email::Outlook::Message; print Email::Outlook::Message->new(shift)->to_email_mime->as_string' foo.msg > bar.eml
@bigsan
Copy link
Author

bigsan commented Aug 3, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment