AquaMail Forum

English - Android => General Discussion => Topic started by: The Fungus on April 02, 2018, 10:00:15 pm

Title: Outlook style quoting headers
Post 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.
Title: Re: Outlook style quoting headers
Post by: Kostya Vasilyev on April 03, 2018, 09:26:08 pm
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
Title: Re: Outlook style quoting headers
Post by: Kostya Vasilyev on April 03, 2018, 09:40:12 pm
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.