Difference between revisions of "OS-Linux-Tool-Tnef"
Jump to navigation
Jump to search
(Copy from PmWiki) |
(App-Net --> App-Network) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | ; See Also : [[OS-Linux]] | ||
+ | : [[App-Network-Client-ClawsMail|Claws Mail]] | ||
+ | : [[wikipedia:Transport_Neutral_Encapsulation_Format|Transport Neutral Encapsulation Format]]<br /> | ||
+ | |||
TNEF is a program for unpacking Microsoft MIME attachments of type "application/ms-tnef". | TNEF is a program for unpacking Microsoft MIME attachments of type "application/ms-tnef". | ||
− | It is used to extract the contents of | + | It is used to extract the contents of ''winmail.dat'' files that are attached to e-mail by Outlook mail clients. |
+ | |||
+ | For example, save the attachment as ''winmail.dat'', then: | ||
− | + | <div style="background-color: #EEEEEE; border: dashed; border-width: 1px; font-family: courier; margin: 1em 2em; padding: 1ex; white-space: pre;"><nowiki>mkdir tmp | |
+ | tnef -C tmp winmail.dat</nowiki></div> | ||
− | + | The attachments inside ''winmail.dat'' should be in the ''tmp'' folder. | |
− | |||
− | + | See also: [[App-Network-Client-ClawsMail|Claws Mail]] on this wiki for an in-application mail client TNEF decoder plug-in. | |
− | + | [[Category:OS]] | |
+ | [[Category:OS-Linux]] | ||
+ | [[Category:OS-Linux-Tool]] | ||
+ | [[Category:App]] | ||
+ | [[Category:App-Network]] | ||
+ | [[Category:App-Network-Client]] | ||
+ | [[Category:App-Network-Tool]] |
Latest revision as of 20:46, 4 September 2020
TNEF is a program for unpacking Microsoft MIME attachments of type "application/ms-tnef".
It is used to extract the contents of winmail.dat files that are attached to e-mail by Outlook mail clients.
For example, save the attachment as winmail.dat, then:
mkdir tmp
tnef -C tmp winmail.dat
The attachments inside winmail.dat should be in the tmp folder.
See also: Claws Mail on this wiki for an in-application mail client TNEF decoder plug-in.