MacPaw / XADMaster

Objective-C library for archive and file unarchiving and extraction
GNU Lesser General Public License v2.1
103 stars 44 forks source link

Add support for winmail.dat / TNEF files? #28

Open ci-macpaw opened 13 years ago

ci-macpaw commented 13 years ago

Originally reported on Google Code with ID 360

tim.veridical:

Hi!

Love Unarchiver!

Could you add supprt for TNEF winmail.dat files (http://en.wikipedia.org/wiki/Transport_Neutral_Encapsulation_Format),
created by Outlook?

ci-macpaw commented 8 years ago

Andrew Wolfe (SchemaCzar):

Just got an email with one of these guys in it. I'm voting for TNEF/Winmail formats... And yes, I know that one implementation is GPL but there must be others and it should also be possible to build one's own.

ci-macpaw commented 12 years ago

paracelsus:

The Unarchiver is LGPL, not GPL. And due to the design of XADMaster and the fact that
it runs on many operating systems under various configurations, external binaries are
really not an option.
ci-macpaw commented 12 years ago

Mentoron:

The Unarchiver is also under GPL. What’s the problem?
When GPL is a really problem, you can add the tnef binary and call it from your code.
ci-macpaw commented 12 years ago

paracelsus:

Unfortunately, it is GPL, therefore unusable.
ci-macpaw commented 12 years ago

Mentoron:

My suggestion: Use the code from http://sourceforge.net/projects/tnef/
ci-macpaw commented 13 years ago

georgios@thoughtified.com:

Can I please Bump this feature. :)
ci-macpaw commented 13 years ago

tim.veridical:

Wicked, thanks again
ci-macpaw commented 13 years ago

paracelsus:

Well, I guess I will at least have a look to see how complicated it would be, and if
it's worth it, when I get back to adding some more formats.
ci-macpaw commented 13 years ago

miguelpontes:

Forgot to link this, there's more info than you could possibly ever want about this
subject in this Mozilla Mail/Thunderbird bug that is still open 10 years later: 
https://bugzilla.mozilla.org/show_bug.cgi?id=77811
ci-macpaw commented 13 years ago

miguelpontes:

If it helps, this commonly happens when receiving attachments from people who are using
Outlook and have it set to produce "rich text" email messages rather than "HTML." It's
not too much of a problem "in the wild," as most people don't use Outlook for their
personal email, but it can be a problem when receiving email from companies where the
issue of having Outlook misconfigured is company-wide.

The right course of action, of course, would be to email back saying that you can't
open the attachment and ask the person to configure their client right or call their
company's help desk to fix it for them, but that's not always an option...
ci-macpaw commented 13 years ago

tim.veridical:

I regularly receive these attachments from outlook users... I've tried to guide colleagues
away from sending in this format, but it seems that there are several conditions which
may trigger their generation (rather than attachments being sent transparently with
the email).  Wikipedia mentions choosing RTF as the email format, and certain security
conditions as triggers.

given that i trust theunarchiver to handle all my archives, it would mean a lot to
me to have this annoying, recalcitrant format handled as part of my normal workflow.

there are a few apps out there which handle tnef files (i use TNEF's enough), but it
requires launching, then opening the file, then selecting and saving the contents one-by-one!!

thanks so much for the quick reply, and thanks for an awesome app - its been invisibly
taking care of business for years, now!

Regards, Tim, Melbourne
ci-macpaw commented 13 years ago

paracelsus:

It looks like it shouldn't be too hard to do, however, the question is how useful it
would be in general. I'm not familiar with the format - under which circumstances would
a user encounter it?