<div class="markdown">
<p dir="auto">On 11 Nov 2015, at 17:04, Steven M. Bellovin wrote:</p>

<blockquote>
<p dir="auto">On 11 Nov 2015, at 10:49, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">On 11 Nov 2015, at 15:57, Steven M. Bellovin wrote:</p>

<blockquote>
<p dir="auto">Mine was not plaintext; it was a message with several attached PDFs.</p>
</blockquote>

<p dir="auto">It can have attachments. I'm referring to the text part of the message which is often structured like this:</p>

<pre><code>multipart/alternative
    text/plain
    text/html
</code></pre>

<p dir="auto">By default MailMate would then show the HTML alternative (and thus not use the script). If the user has enabled “Prefer Plain Text” then almost all emails would trigger the script to be used.</p>
</blockquote>

<p dir="auto">It was multipart/mixed with no body other than three attachments.</p>
</blockquote>

<p dir="auto">That's unusual. A typical message with 3 attachments would be structured like this:</p>

<pre><code>multipart/mixed
    multipart/alternative
        text/plain
        text/html
    image/jpeg
    image/jpeg
    image/jpeg
</code></pre>

<p dir="auto">If it's a message you can share then you are welcome to send it to me (off list). There are no known hangs for an attachments-only message.</p>

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

</div>