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

From KRayWiki
Jump to navigation Jump to search
m (Reduce whitespace after header.)
m (Fix missed markup conversion from PmWiki.)
Line 9: Line 9:
 
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\\
+
<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>
+
tnef -C tmp winmail.dat</nowiki></div>
  
 
The attachments inside ''winmail.dat'' should be in the ''tmp'' folder.
 
The attachments inside ''winmail.dat'' should be in the ''tmp'' folder.

Revision as of 04:18, 6 February 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.