23

I have just started using Ubuntu & Thunderbird.

I have saved my Outlook emails in my hard disk and they have an .msg extension. Now when I try to open them in Thunderbird it doesn't open them because Thunderbird used .eml extension.

Please advise how I can convert my old emails from Outlook into Thunderbird format.

Zanna
  • 72,312
Furqan
  • 231

3 Answers3

13

Install the following modules:

sudo apt-get install libemail-outlook-message-perl libemail-localdelivery-perl

When installed, download the .pl file named msgconvert.pl, then run:

./msgconvert.pl --mbox [desiredFilename].eml [currentFileName].msg 

Now you can open your .eml file in thunderbird.

Reference:


muru
  • 207,228
blade19899
  • 26,994
3

This is a online tool to convert mail files into different formats, eml included: Online Mail Converter

blade19899
  • 26,994
bragboy
  • 904
-2

Just save the mail in .txt format and change the extension to .eml

Saw it here and it works: Super User - How to save a mail into an .eml-file with Outlook?

The most funny is that there are proprietary converter for that!

vmalep
  • 659