Difference between revisions of "OS-Linux-Tool-Tnef"

From KRayWiki
Jump to navigation Jump to search
(Copy from PmWiki)
 
(Copy from PmWiki and convert to MediaWiki markup with page rename to match new categories.)
Line 1: Line 1:
 +
; See Also : [[OS-Linux]]
 +
: [[App-Net-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 Winmail.dat files that are attached to e-mail by Outlook mail clients.  
+
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:
  
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>
  
->@@mkdir tmp\\
+
The attachments inside ''winmail.dat'' should be in the ''tmp'' folder.
tnef -C tmp winmail.dat@@
 
  
The attachments inside winmail.dat should be in the tmp folder.
+
See also: [[App-Net-Client-ClawsMail|Claws Mail]] on this wiki for an in-application mail client TNEF decoder plug-in.
  
See also: [[AppTech/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-Net]]
 +
[[Category:App-Net-Client]]
 +
[[Category:App-Net-Tool]]

Revision as of 14:57, 5 January 2018

See Also 
OS-Linux
Claws Mail
Transport Neutral Encapsulation Format


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.