You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potentially the intent is to strip all HTML comments (and the contents inside), but they are incorrectly parsing comments. Similar to the Yahoo and GANGA bug: #95
I don't have access to Airmail macOS currently, but I think it's worth testing something like this:
<!-- some comment -> is this part visible on Airmail macOS?-->
I did test that, and the content is not visible. To me, this is very reminiscent of the T-Online bug with conditional comments. In fact, I used a template I made for that bug back then and here’s the result:
Here's the code:
<!-- <p>This is an HTML comment.</p> --><!--[if mso]><p>This is a mso conditional comment.</p><![endif]--><!--[if foobar]><p>This is a foobar conditional comment.</p><![endif]--><hr />
<!--[if !mso]><!--><p>This is everything but The Outlooks.</p><!--<![endif]--><!--[if true]><table align="center" border="1" cellpadding="1" cellspacing="1" style="width:600px;"> <tr> <td><![endif]--><!--[if false]></td></tr></table><![endif]--><divstyle="max-width:600px; margin:auto;">
This is the content.
</div><!--[if false]><table><tr><td><![endif]--><!--[if mso]> </td> </tr></table><![endif]-->
The Airmail App version 5.7.2 on macOS 14.2.1 interprets code in conditional comments. Here’s a code example:
And here's how it looks in Airmail:
The text was updated successfully, but these errors were encountered: