jeevatkm / ReplyWithHeader

Quoting Outlook style headers and Signatures for Mail.app
https://myjeeva.com/replywithheader
MIT License
64 stars 7 forks source link

Extra blank lines in Gmail.com and Outlook.com web clients #64

Closed akayssi closed 10 years ago

akayssi commented 10 years ago

When a reply message with RWH is sent to Gmail.com or Outlook.com, blank lines appear between the header lines when the message is read on the web. This however is not seen on Yahoo mail.

Example from Gmail.com is attached. You can see the extra blank lines between the From: line and the Sent: line, between Sent: and To:, and between To: and Subject:

screen shot 2014-07-22 at 2 48 52 pm

akayssi commented 10 years ago

Looking at the HTML code of the message, what may fix the extra blank line issue is changing this:

Sent: July 22, 2014 at 11:06:20 AM GMT+3

to something like this:

Sent: July 22, 2014 at 11:06:20 AM GMT+3

jeevatkm commented 10 years ago

@akayssi Thanks for patience. I have completed my analysis. CSS style attribute is not getting interpret in the outlook.com/hotmail.com/live.com; So it causing wide space in header as you reported.

Gmail & Yahoo mail is doing okay. Header display works fine. Still I have tried suggestion in the WebArchive format used in Mail.app, as of now no luck!

Trying few more approaches!

jeevatkm commented 10 years ago

@akayssi Some how reduced space between header attribution via string manipulation. Will be release in v4.6