顯示包含「Thunderbird」標籤的文章。顯示所有文章
顯示包含「Thunderbird」標籤的文章。顯示所有文章

2009年12月22日

Thunderbird 專用套件: LookOut – 檢視 TNEF 編碼格式的附件


Office Outlook 一直都有這類的問題︰http://support.microsoft.com/kb/290809/zh-tw, 因為 Outlook 會將附件以 TNEF(Transport Neutral Encapsulation Format) 的格式將附件做編碼再寄出,而收件軟體若不是 Outlook 的話,都無法正確解析附件,包括 Outlook Express 也是如此。

Mozilla.org 找看看 Thunderbird 有沒有現成的套件可以掛進來,LookOut 就是一款不錯的外掛,可以正確解析 TNEF 格式的附件,然後自動產生解碼過的檔案放在附件視窗,點選就可以正確開啟該附件。

還可用別的工具來打開 winmail.dat 這一類附檔

http://www.kopf.com.br/winmail/


Ubuntu Thunderbird open winmail.dat

Thunderbird無法開啟outlook寄送的winmail.dat

使用微軟的outlook系列軟體寄送附件檔,若用Thunderbird收信,只會收到一個winmail.dat。
但卻沒有辦法開啟該檔案。
解法方案為安裝TNEF,網址為 http://sourceforge.net/projects/tnef
若是Ubuntu使用者,只要下 sudo apt-get install tnef 即可。
之後,只要用Thunderbird將winmail.dat存在檔案系統。
即可透過TNEF查看裡面的檔案;還可以將附件存檔。
指令為:
1、 tnef -t winmail.dat (查看附檔)
2、 tnef --overwrite winmail.dat (將附檔強制存檔)

相關資訊用 tnef -h 即可看使用設明。

2009年12月11日

Install Thunderbird 3 on Ubuntu

Finally, Thunderbird 3 was released with many new and interesting features (read more about the new features here) but it doesn't contain .deb package for easy one click installation on Ubuntu. Well, we gonna fix that with this easy one line install tutorial:

1. open terminal and copy/paste(Shift+Ctrl+V) the next line into it:


sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa && sudo apt-get update && sudo apt-get install thunderbird-3.0


And that's it. This will update your repository, download Thunderbird 3 for you and install it while you are enjoying in a nice cup of coffee. :)

http://www.detector-pro.com/2009/12/install-thunderbird-3-on-ubuntu.html