<div class="markdown">
<p>Hi MailMate users,</p>

<p>recent test releases include a simple (but useful) feature for Markdown-based messages. You can now insert images inline using drag'n'drop. When dropping a message onto the composer, a <code>Content-ID</code> is created for the attachment, and this is then used for the automatic insertion of a Markdown reference to the image.</p>

<p>Here is an example image:</p>

<p><img src="cid:F2019F98-AD60-4BFD-B1BE-DD43BEDAE063@freron.com" alt="" title="Software Update.png"></p>

<p>And this is what is shown in the composer:</p>

<pre><code>![](cid:F2019F98-AD60-4BFD-B1BE-DD43BEDAE063@freron.com "Software Update.png")
</code></pre>

<p>For this to work HTML generation must be enabled (except if you know you are writing to a MailMate user).</p>

<p>You can fetch the test release (r3305) by holding down ⌥ when clicking “Check Now” in the Software Update preferences pane.</p>

<p>The test release also contains some other minor features, bug fixes, and various small improvements. See the release notes for details.</p>

<hr>

<p>Benny</p>

</div>