Page 1 of 1

Server Check unreadable (raw HTML)

Posted: 07 Jun 2009, 19:19
by marty
Hi Chirpy,

csf v 4.69

not a big issue but when I try to read the Server Check email using Horde, it doesn't render the HTML, it just displays it "raw".

I'm guessing it's an email header issue, but I haven't been able to pin it down exactly.

It may be as simple as adding the disposition header after the content-type:-

Content-Type: text/html;
Content-Disposition: inline

or maybe removing the semi-colon after text/html ? :notsure:

Other HTML emails that I view in Horde render correctly. Part of working header example:-

...
MIME-Version: 1.0
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
...

HTH, Cheers

Server Check email not rendering in Horde

Posted: 14 Jun 2009, 23:51
by marty
confirming same (mis-)behaviour with v4.70

Posted: 19 Jun 2009, 16:42
by chirpy
It may well be the missing MIME-Version: field, which I'll add in the next version.

Posted: 06 Jul 2009, 01:20
by marty
Thanks Chirpy :) that fixed it.