GNOME Bugzilla – Bug 514736
add second MIME type for TNEF Attachment decoder
Last modified: 2008-02-07 10:41:12 UTC
Please describe the problem: Currently the TNEF Attachment decoder plugin only handles "application/vnd.ms-tnef" attachments. I happen to receive only "application/ms-tnef" attachments: $ grep ms-tnef $HOME/.evolution/mail/local/Inbox Content-Type: application/ms-tnef; name="winmail.dat" Content-Type: application/ms-tnef; name="winmail.dat" Content-Type: application/ms-tnef; name="winmail.dat" Another data-point: $ grep ms-tnef /usr/share/magic.mime 0 lelong 0x223e9f78 application/ms-tnef Two quick Google searches showed that both MIME types are mentioned on the web. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information: I'll attach a (trivial) patch that adds this second MIME-type to the TNEF plugin.
Created attachment 104554 [details] [review] patch to add "application/ms-tnef" to TNEF plugin Trivial. Not tested (I do not run evolution-trunk and on my Fedora 8 box I've just edited the corresponding .eplug file by hand).
I think it is right.
Patch committed to SVN trunk as r34970 (http://svn.gnome.org/viewvc/evolution?view=revision&revision=34970)