<div ><div>
<p dir="auto">On 12 Sep 2015, at 20:40, Benny Kjær Nielsen wrote:</p>

<blockquote style="border-left-color: #136BCE; border-left-style: solid; border-left-width: 2px; color: #136BCE; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">On 12 Sep 2015, at 19:41, Bill Cole wrote:</p>

<blockquote style="border-left-color: #4B89CF; border-left-style: solid; border-left-width: 2px; color: #4B89CF; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">THEORY: My TNEFs are in fact special. All of the TNEFs I have on hand are the product of a tangled mess of Outlook versions and maybe a WebEx gadget interacting with a CommuniGate Pro server and its various imperfect versions of a "MAPI Connector" that makes it look like a mutant version of Exchange.</p>
</blockquote>

<p dir="auto">Thanks for the example! I can confirm that MailMate tells me that it cannot find any attachments within the file.</p>
</blockquote>

<p dir="auto">Ok, it appears the file does not really contain an attachment. If I understand correctly then a TNEF file can be thought of as a MIME email with an optional set of attachments. Your file is like a rich text message with no attachments. The <code>--save-body</code> argument tells the <code>tnef</code> command to also look for the body of the message. This body has no filename (by default it's <code>message</code>). The format can be plain text, rtf, or html. In the example emails I have it's always rtf and the plain text variant is already part of the MIME message with the <code>winmail.dat</code> attachments. In other words, it doesn't really provide anything new.</p>

<p dir="auto">To allow experimenting with this I've added a hidden preference which adds <code>"--save-body --body-pref=ALL"</code> to the arguments of the <code>tnef</code> command. It can be enabled like this:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>defaults write com.freron.MailMate MmTNEFSaveBodies -bool YES
</code></pre>

<p dir="auto"><em>I haven't released an update yet with this feature.</em></p>

<p dir="auto">-- <br>
Benny</p>

</div></div>