AquaMail Forum
English - Android => General Discussion => Topic started by: The Fungus on April 02, 2018, 10:00:15 pm
-
I just recently noticed extra spacing like there are 2 CRLF's after the From/Sent/To/Subject when using rich text replies. Original email sent via Outlook, reply from Aquamail.
Any idea why it's doing this?
Example attached.
-
No it's not "2 CRLF's" - this is a bug in Outlook for Windows (its HTML rendering engine) which we're hitting completely by accident. Not intentional.
Please try updating to this newer build:
https://www.aqua-mail.com/download/AquaMail-market-1.14.2-875-stable-55bfb5a0c34d.apk
-
For the curious (just in case):
<table style="margin: 8pt 0;">
<tr><td>From</td><td>...</td></tr>
<tr><td>Subject</td><td>...</td></tr>
<tr>...</tr>
</table>
Outlook for Windows will copy the "margin" in the <table> to all the <td>'s - adding 8pt margin above / below.