<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">Hi,</p>
<p dir="auto">I recently discovered <a href="https://vxlabs.com/2019/08/25/format-flowed-with-long-lines/" style="color: #3983C4;">this article</a>, which suggests using <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">format=flowed</code> with a maximum line length of 998.</p>
<p dir="auto">Doing this allows clients that support <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">format=flowed</code> to reflow the long lines while also making bad clients such as Outlook to dynamically wrap the whole long line at frame boundary to avoid them interpreting soft line breaks as hard line breaks (since there won’t be any soft or hard line breaks unless your paragraph is longer than 998 characters).</p>
<p dir="auto">I’m still using <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">format=flowed</code>, and would like to practice this advice with MailMate. However, I don’t know how to make MailMate wrap the <em>raw</em> message at 998 characters, or is that even possible. I tried setting <code style="margin: 0 0; padding: 0 0.25em; border-radius: 3px; background-color: #F7F7F7;">View > Soft Wrap Column</code> to 998 but that does not affect the <em>raw</em> message sent over SMTP.</p>
<p dir="auto">I’d appreciate any help on this.</p>
<p dir="auto">Best,<br>
Froup</p>
</div>
</div>
</body>
</html>