<div class="markdown">
<p dir="auto">On 14 Jul 2014, at 17:23, Steve Mayer wrote:</p>

<blockquote>
<p dir="auto">[…]<br>
I asked the author of Mail Archiver X about this and her response was <em>"Adding attachments is not possible because MailMate does't have AppleScript support for this."</em></p>

<p dir="auto">Is there any chance of expanding MailMate's Applescript dictionary to support this?</p>
</blockquote>

<p dir="auto">This is actually almost the only thing possible via AppleScript in MailMate. MailMate supports the <code>mailto:</code> URL scheme which does not support attachments, but when calling the URL handler directly via AppleScript then it is possible when adding <code>with trust</code>. This is documented <a href="http://manual.mailmate-app.com/extended_url_scheme">here</a> including some examples.</p>

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

</div>