Ahhh.. beautiful, it's actually partly my fault, I had noticed that mambo was forming the headers incorrectly but I didn't know that this customer was receiving the e-mail through mambo.

// Btw. asking mambo developers to follow standars is like asking an contractor to be on time.

Thanks for all the help, I'll take care of mambo.
Best regards, Arnor

Tomas Kuliavas wrote:

Hi, I'm sorry about following up so late, but the problem is that it is
one of our customers that is having these problems (and propably more of
them, but nobody lets me know (and most are using POP3)).

I've gotten him to give me the complete set of headers (and this is not
easy, giving that he is a normal user).
This is what he got (I've put the whole output through filters to make
sure all the characters don't change):

http://netvistun.is/mail_encoding_problem.php

He says that when he presses the reply button, the characters turn from
questionmarks to the actuall characters.

Any ideas ?

http://www.faqs.org/rfcs/rfc2045.html
http://www.faqs.org/rfcs/rfc2047.html

Contact Mambo developers and ask them to follow mime and header encoding
standards.

1. 8bit header information MUST be encoded. RFC 2047.

2. Message MUST have Content-Type header with character set information.
If character set information is missing, interface can't determine which
character set is used. Format is defined in RFC2045.

3. Message MUST have MIME-Version header, because rfc2045 requires this
header.

4. Message MUST have Content-Transfer-Encoding header. Format is defined
in rfc 2045. Default header value is 7bit and your email contains 8bit
text.

We live in a world based on standards. SquirrelMail and your IMAP server
are not the ones that violate message formating standards.

Question marks are added by SquirrelMail US-ASCII decoding function.
functions/decode/us_ascii.php file. I suspect that removal of this script
will fix your issue. Please note that correct solution is to fix Mambo
scripts.


--
Arnór Heiðar
Netvistun ehf.
Tæknideild
*ATHUGIÐ AÐ NÚMERIÐ HEFUR BREYST*
Beinn sími: 414-5512
[EMAIL PROTECTED]



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to