If you are a regular GNU Linux user there is a very good chance that you will come across emails forwarded to you as .eml files once in a while. .eml is the extension used for files saved as emails from Microsoft outlook or outlook Express. It is normally just a matter of opening these files with gedit as the files are plain text files unless they have attachments. If the attached .eml files themselves have attachments you run into the problem of actually having to open these base64 encoded attachments. The default set of applications in Ubuntu does not directly allow you to do this but there is an easy work around for this problem.
- Open evolution and compose a new mail.
- Attach the .eml file as an attachment to this mail.
- Save the mail and close the compose window.
- Select the mail from the Evolution main window.
- Below the viewing pane there will be an option to view the attachment inline. Click on it and enjoy.
This is only a workaround for the problem but it is an easy work around. If you know an easier solution please do share it with us for the benefit of everybody out there.



Comments
thanks!
Anonymous (not verified) wrote on October 1, 2012 - 15:41thanks!
I was struggling like a
Anonymous (not verified) wrote on March 26, 2012 - 19:30I was struggling like a crippled swimmer until I read this. Thanks a lot! Enjoy your heavens!
Thank you so much. It works!
Yang Ding (not verified) wrote on August 23, 2011 - 01:52Thank you so much. It works!
GREAT! thanks very much! you
Mari (not verified) wrote on March 30, 2011 - 04:21GREAT! thanks very much! you saved me!
i'm falling mad about this problem!
i'll release this good tip in ubuntu forum!!
view .eml files (and unpack MIME encoded attachments)
jamesc (not verified) wrote on June 2, 2010 - 01:411. From Thunderbird/Evolution/gmail/wherever: Save message (as .eml).
2. $ sudo apt-get install mpack # or equivalent for your OS - install package called "mpack"
3. $ munpack message.eml
# bash, multiple files:
$ for f in *.eml; do munpack $f; done
Thanks it worked
fariha (not verified) wrote on November 8, 2012 - 19:22Thanks it worked
That's the beans..
Anonymous (not verified) wrote on March 9, 2012 - 02:55Easy, easy, easy....For those of us that don't use Tbird/Evo/KMail, etc this is the fix...
Thanks so much!
Very useful. It works very
enzostra (not verified) wrote on August 7, 2010 - 15:27Very useful. It works very well! Thanks.
Thank you very much, it
A.M. (not verified) wrote on February 18, 2010 - 20:54Thank you very much, it works! :)
view eml in ubuntu with evolution and KMail
Giannis natsos (not verified) wrote on January 15, 2010 - 22:21Open evolution and compose a new mail.
Attach the .eml file as an attachment to this mail.
Save the mail and close the compose window.
Select the mail from the Evolution main window.
Below the viewing pane there will be an option to view the attachment inline.download kMail.With left click select KMail. Click on it and enjoy.
Great tip
Anonymous (not verified) wrote on December 12, 2009 - 13:22This tip works very nice on emails where you receive an .eml file as attachment in evolution as well.
Only have to scroll down in the message (or viewing pane) to find the option as described.
So far I did find only conversion tips by storing the .eml and converting it through Thunderbird till now.
Thanx