Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Message Display Issue

Quote Reply
Message Display Issue
Hi,,

Following is the relevant part source of message:

====
This is a MIME message. You may need a MIME compliant mail user agent.

--===axgen=1310952366646512082534422794791734430127=axgen===
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 7bit

Appender Check

*****DISCLAIMER***********************************************************
The information contained in this e-mail message is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you should return it to the sender immediately. Please note that while we scan all e-mails for viruses we cannot guarantee that any e-mail is virus-free and accept no liability for any damage caused by any virus transmitted by this email.
*******************************************************************************
--===axigen=1310952366646512082534422794791734430127=axigen===
Content-Type: text/html
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3D'text/css'>p { margin: 0; }</style></head><body><=
font size=3D"3"><font face=3D"Arial">Appender Check<br></font></font><br />=
</body></html><br>*****DISCLAIMER******************************************=
*****************<br>The information contained in this e-mail message is in=
tended only for the use of the individual or entity to which it is addresse=
d. If you are not the intended recipient, you should return it to the sende=
r immediately. Please note that while we scan all e-mails for viruses we ca=
nnot guarantee that any e-mail is virus-free and accept no liability for an=
y damage caused by any virus transmitted by this email.<br>****************=
***************************************************************=

--===axgen=1310952366646512082534422794791734430127=axgen===--
=====

Two issues -- GMail 3.x:
================

(1) The text/html part links is not displayed (as was in GMail2.x) at bottom of message when viewing
(2) The Disclaimer Message is not visible. It shows fine in the overlib.js preview window but nothing shown in message view

I have checked same message through Horde/Squirrelmail/On GMail/Yahoo and everywhere the Disclaimer message is displayed fine. How do we get over this on GMail3.x. Even GMail 2.x it doesn't show disclamer in html mode.

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================

Last edited by:

HyperTherm: Oct 19, 2008, 8:22 AM
Quote Reply
Re: [HyperTherm] Message Display Issue In reply to
This is one of those weird e-mails where they're putting content after the ending body and html tag. Our parser drops everything after the closing tags, so that's why it's not being shown. I'll look into ways of making it show up, since it seems to be an occurrence that happens enough to ignore those closing tags.

Adrian
Quote Reply
Re: [brewt] Message Display Issue In reply to
Hello,

Fine on ways to get around this wrt disclaimer message. I would wait for a solution.
However, the text/html part links which appear in GMail2.x doesn't appear here. Is it also because of the same issue? If you want i can give u access to the test account where this mail is.

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [HyperTherm] Message Display Issue In reply to
Send me the complete e-mail (full headers, you can strip or replace the actual content of the e-mail) and I'll see if there are any quick solutions to the problem.

Adrian
Quote Reply
Re: [brewt] Message Display Issue In reply to
Sent you PM with access to account and details.

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [brewt] Message Display Issue In reply to
Any update for me on this?

Thanks
HyTC
==================================
Mail Me If Contacting Privately Is That Necessary.
==================================
Quote Reply
Re: [HyperTherm] Message Display Issue In reply to
If you open up GMail.pm, look for "if (m{</body\b}) {". Just comment out the next line ('last;') and it should fix that issue.

Adrian