如何查看 Outlook .msg 文件?

如何查看 Outlook .msg 文件?

我需要查看 .msg 文件。这是一封来自 Microsoft Outlook 的电子邮件。如何在 Ubuntu 中执行此操作?

答案1

根据马丁·欧文斯的回答,这是快速的解决方案:

wget http://www.matijs.net/software/msgconv/msgconvert.pl
sudo apt-get install libemail-outlook-message-perl libemail-localdelivery-perl libemail-sender-perl
perl msgconvert.pl YourMessage.msg

答案2

看起来最好的办法是使用以下脚本将它们转换为 eml 文件:

http://www.matijs.net/software/msgconv/

它并不漂亮,也不是基于 GUI,但它可以工作。

答案3

我在 Ubuntu 15.10 上,matijs 的 msgconvert 脚本似乎现在在 repos 中可用。运行后:

sudo apt-get install libemail-outlook-message-perl libemail-localdelivery-perl libemail-sender-perl

我现在可以跑了

msgconvert *.msg

使用 repos 中的工具完全转换消息。

答案4

安装 msgconvert 后,我​​发现运行命令时 msgconvert 未安装。我没有费力调试,而是这样做了。不到一分钟就完成了。http://www.zamzar.com/convert/msg-to-pdf/

相关内容