Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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?

share|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

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.

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

.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

share|improve this answer

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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