Most of ubuntu users have faced the same issue when client attach the outlook mails (.msg format) to your issue tracking system and you cannot open with the thunderbird. So all the time you need to open the .msg in the outlook client with windows environment. Don't worry !! There is a way to handle this by running a small script you can convert the .msg format to .eml format and open in thunderbird. :)
Steps Given below.
- First of all you need to install the "Email::Outlook::Message" and "Email::LocalDelivery"
- Use the following command sudo apt-get install libemail-outlook-message-perl libemail-localdelivery-perl
- Once the installation is done you need to download the following file http://ow.ly/f7D8Q in to local folder
- Copy .msg file to the above location and run the following command ./msgconvert.pl --mbox [desiredFilename].eml [currentFileName].msgex. ./msgconvert.pl --mbox myMail.eml myMail.msg
- Once above is done you can open the myMail.eml in thunderbird
- When you get the .msg attachment next time you can follow the
step 4 onwards
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.