Open dougkeen opened 6 years ago
Previously, when previewing a raw email message, content like <email@host.com> would be interpreted as an invalid html tag and wouldn't be rendered. This change properly html escapes the raw message data so it'll display properly in the browser.
<email@host.com>
Previously, when previewing a raw email message, content like
<email@host.com>
would be interpreted as an invalid html tag and wouldn't be rendered. This change properly html escapes the raw message data so it'll display properly in the browser.