<!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 26 Jun 2017, at 16:38, 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">I am not sure I have ever understood completely the embedding or not setting, nor the inline or not setting. Is there somewhere that describes what all that does so I can decide the best choice for me?</p>
</blockquote></div>
<div style="white-space:normal">

<p dir="auto">For most users, the defaults should be fine. The only documentation is <a href="https://manual.mailmate-app.com/preferences#composer_preferences" style="color:#3983C4">here</a>. Well, maybe also a bit <a href="https://manual.mailmate-app.com/introduction" style="color:#3983C4">here</a>.</p>

<p dir="auto">But I'll try to give a quick explanation here.</p>

<p dir="auto">Embedding: HTML messages are very hard to handle when forwarding/replying. Earlier on MailMate only allowed you to create plain text messages or use “Forward as Attachment” which puts the original email in its own part of the generated email (as an attachment). Now, MailMate also allows you to tell it to insert (embed) the original HTML into the new message making it part of the HTML generated by MailMate. This is usually the best way to keep the look of the original message and it's essentially how most email clients work.</p>

<p dir="auto">CSS Inlining: When embedding HTML then it's a big problem if the HTML has any use of CSS (stylesheets) since this can easily influence how the HTML generated by MailMate is styled. To avoid this then MailMate can be told to try to inline the styling such that it is applied on a tag-by-tag basis (I'm talking HTML tags here). Inlining is a difficult task though and it can currently only be done by using an external script based on Premailer (which I did not create).</p>

<p dir="auto">Note that all HTML capable email clients have to deal with this and there's no perfect way to do it. (It's particularly challenging for webmail clients which kind of have to deal with 3 levels of HTML.)</p>

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