<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
a { color: #3983C4; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">Hi all,</p>

<p dir="auto">I use MailMate r5625 on two computers. On one machine, plaintext messages render as expected, with the body of the message being a literal rendering of the message. For example, here is a plaintext email that I received, with linebreaks are displayed faithfully, as expected:</p>

<p dir="auto"><a href="https://drive.google.com/file/d/1ksQ2N3fHa24r9MJvFbilucCyrDnC666p/view?usp=sharing">https://drive.google.com/file/d/1ksQ2N3fHa24r9MJvFbilucCyrDnC666p/view?usp=sharing</a></p>

<p dir="auto">However, the same message on the other machine does some funny line wrapping with this message:</p>

<p dir="auto"><a href="https://drive.google.com/file/d/1IOCwDflTA4D7wr_cuX7QHdPe5jhy3Iqm/view?usp=sharing">https://drive.google.com/file/d/1IOCwDflTA4D7wr_cuX7QHdPe5jhy3Iqm/view?usp=sharing</a></p>

<p dir="auto">As far as I can tell, the preferences on these two machines are the same, and they are using the same stylesheet files (which specify pre-wrap for plain text).</p>

<p dir="auto">Looking at the HTML source on both machines, I see that on the first (correctly displayed) message, each line of the plaintext email is in its own <code><div></code> element, whereas in the second, each <em>paragraph</em> has its own <code><div></code> element (except for the bulleted lists), so the issue seems to be upstream of the html styling.</p>

<p dir="auto">Where does MailMate determine how to parcel up plaintext messages into its respective <code><div></code> elements? I’d very much prefer to view plaintext messages exactly as they were sent.</p>

<p dir="auto">Thanks!</p>

<p dir="auto">Best,</p>

<p dir="auto">Galen</p>
</div>

</body>
</html>