After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 514736 - add second MIME type for TNEF Attachment decoder
add second MIME type for TNEF Attachment decoder
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
2.12.x (obsolete)
Other All
: Normal normal
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-02-06 12:39 UTC by Paul Bolle
Modified: 2008-02-07 10:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to add "application/ms-tnef" to TNEF plugin (878 bytes, patch)
2008-02-06 12:43 UTC, Paul Bolle
committed Details | Review

Description Paul Bolle 2008-02-06 12:39:26 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.
Comment 1 Paul Bolle 2008-02-06 12:43:31 UTC
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).
Comment 2 Srinivasa Ragavan 2008-02-06 15:12:53 UTC
I think it is right.
Comment 3 Suman Manjunath 2008-02-07 10:41:12 UTC
Patch committed to SVN trunk as r34970
(http://svn.gnome.org/viewvc/evolution?view=revision&revision=34970)