Email – How to Open EML Files

emailsoftware-recommendation

I've got a mail with eml file attached. I'm using Thunderbird but it doesn't open it.

Could anybody suggest program to open eml files?

Update:

I don't want to import my mailbox I want only read the content of eml file.

Best Answer

I found that these instructions to be very helpful

For the love of command line tools, instead of the visual/heavy Thunderbird/KMail or Evolution.

sudo apt-get install mpack

Then to extract the eml contents

munpack 1.eml

In my case I need to use -t to get past the following error messages

munpack ./ServerPerformance.eml 
tempdesc.txt: File exists
image001.jpg.2 (image/jpeg)

I then get every thing out like this.

munpack -t ./ServerPerformance.eml 
part1 (text/plain)
part2 (text/html)
image001.jpg.3 (image/jpeg)