I found after install msgconvert that msgconvert wasn't installed when I ran the command. Rather than faff about trying to debug it, I did this. Done in less than a minute. http://www.zamzar.com/convert/msg-to-pdf/
You can use ruby-msg ruby gem for that purposes. So:
Install ruby and rubygems:
# apt-get install rubygems gem
Install the gem:
# gem install ruby-msg
Then use the "mapitool" utility:
$ mapitool -i test.msg
In some cases you can sporadically get the exception:
/usr/local/share/gems/gems/ruby-msg-1.5.2/lib/mapi/mime.rb:109:in `join': incompatible character encodings: UTF-8 and ASCII-8BIT (Encoding::CompatibilityError)
So just fix the following file lib/mapi/mime.rb with the following regexp:
Building on Martin Owens answer, this is the quick solution:
Looks like the best thing to do is to convert them to an eml file using this script:
http://www.matijs.net/software/msgconv/
It's not pretty, it's not gui based, but it'll work.
Open it with MsgViewer http://sourceforge.net/projects/msgviewer/
now, just drag'n'drop the msg file to the program window to have its contents displayed.
I am on Ubuntu 15.10 and matijs'es msgconvert script seems to be available in the repos now. after running:
sudo apt-get install libemail-outlook-message-perl libemail-localdelivery-perl libemail-sender-perl
I can now now run
msgconvert *.msg
to convert the messages entirely with tools from the repos.
I found after install msgconvert that msgconvert wasn't installed when I ran the command. Rather than faff about trying to debug it, I did this. Done in less than a minute. http://www.zamzar.com/convert/msg-to-pdf/
You can use ruby-msg ruby gem for that purposes. So:
Install ruby and rubygems:
Install the gem:
Then use the "mapitool" utility:
In some cases you can sporadically get the exception:
So just fix the following file lib/mapi/mime.rb with the following regexp:
With SeaMonkey program, Link please see below: http://www.seamonkey-project.org/
You can try using an online viewer such as:
https://msgeml.com
It displays the .msg message, provides download links for the attachments, shows the headers, and converts the file to .eml.