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

From KRayWiki
Jump to navigation Jump to search
(Copy from PmWiki and convert to MediaWiki markup with page rename to match new categories.)
(App-Net --> App-Network)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
; See Also : [[OS-Linux]]
 
; See Also : [[OS-Linux]]
: [[App-Net-Client-ClawsMail|Claws Mail]]
+
: [[App-Network-Client-ClawsMail|Claws Mail]]
: [[wikipedia:Transport_Neutral_Encapsulation_Format|Transport Neutral Encapsulation Format]]
+
: [[wikipedia:Transport_Neutral_Encapsulation_Format|Transport Neutral Encapsulation Format]]<br />
<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".
Line 10: 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.
  
See also: [[App-Net-Client-ClawsMail|Claws Mail]] on this wiki for an in-application mail client TNEF decoder plug-in.
+
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]]
Line 21: Line 20:
 
[[Category:OS-Linux-Tool]]
 
[[Category:OS-Linux-Tool]]
 
[[Category:App]]
 
[[Category:App]]
[[Category:App-Net]]
+
[[Category:App-Network]]
[[Category:App-Net-Client]]
+
[[Category:App-Network-Client]]
[[Category:App-Net-Tool]]
+
[[Category:App-Network-Tool]]

Latest revision as of 20:46, 4 September 2020

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.