up vote 4 down vote favorite
share [g+] share [fb]

Someone send me a .msg file skype, and somehow I just can't open this in Ubuntu

Is there a app in which I can open this file?

link|improve this question

This could be many things...what type is this file? There are several different programs using the msg extension. – Bobby Jan 22 '10 at 13:11
feedback

3 Answers

Try running this command in a terminal to identify the type of file:

$ file foo.msg

The output should tell you what type of file it is. If it's a text file of some kind, you can open it in gedit or your favorite text editor.

link|improve this answer
obviously, replace "foo.msg" with the name of your .msg file. – quack quixote Jan 22 '10 at 13:46
feedback

.msg is probably a outlook E-mail file (content, headers and attachments preserved). Perhaps Evolution or Thunderbird may be able to open it... I'm not sure

link|improve this answer
feedback

You can open it using "Open saved message" in File menu in Thunderbird. It doesn't work in 100% but in most cases you can see almost entire message. Otherwise you can try method described here: link text

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.