<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 13 Jun 2017, at 15:29, Padraic Renaghan wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Any way to filter the message prior to loading it into the MM Web View?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Kind of...</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Is that what the premailer is about?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">Not quite. It's a filter, but premailer is about inlining CSS. This is needed, because HTML really wasn't designed to allow embedding one HTML email within another.</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px"><p dir="auto">Can I customize that?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">There's a file in the MailMate bundle named <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">eventFilters.plist</code>. For experimenting, you can use this to inject your own bundle commands, but there's currently no <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">html_to_html</code> event which is kind of what you need. I do think though that what you are trying to do might be harder than you think. It could be very tricky to identify exactly where the signatures are located.</p>

<p dir="auto">Note that I've played a bit with hiding sections. See <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">MmShowQuotedTextLimit</code> in <a href="https://manual.mailmate-app.com/hidden_preferences#visual-appearance" style="color:#3983C4">the manual</a>.</p>

<p dir="auto">-- <br>
Benny</p>
</div>
</div>
</body>
</html>