Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Feb 05 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Feb 05

1. 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 Orthunderbird :
- right click on the file -> open with -> open with other applications…

- open the textfield cliking on use a custom command and type :
thunderbird %f and then click on Open button.

Share: 

 

This Question has 7 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on open a .eml file in ubuntu Or get search suggestion and latest updates.


Tagged: