|
From: <tr...@eg...> - 2009-02-23 12:20:36
|
Ticket modified by Klaus Leithoff at 2009/02/23 12:46 Tracking System: Bugs Category: FelamiMail Version: Version 1.6.001 > Status: Closed > Resolution: Completed: 0% Priority: 5 - medium Created By: Thomas Henlich Assigned to: Klaus Leithoff Summary: #1952 - Content-Type header in outgoing mail not recognized by Opera Opera 9.63 does not recognize the character set in messages sent by FelamiMail and displays the message content garbled. The invalid headers are: Content-Type: text/plain; charset = "utf-8" Content-Type: text/html; charset = "utf-8" Those headers contain spaces next to the '=' sign. According to RFC 2045, spaces are not allowed here. This is what confuses Opera, which adheres strictly to RFC 2045. Suggested solution: Do not insert the spaces left and right of the '=' sign in these headers. ---------------------------------------------------------------- > Comment by Klaus Leithoff at 2009/02/23 12:46: Hi, I believe this bug is fixed in svn. Please update via svn or wait for the next bugfix relase. Please re-open the bug, if it still happens with an up to date svn checkout. # 2009-02-09 Klaus Leithoff (leithoff) # r26547: fixing a problem regarding the passing on of the charset information, as some clients get confused if there is a blank between the word charset and the equual sign. branches/1.6/phpgwapi/inc/class.phpmailer.inc.php # r26546: fixing a problem regarding the passing on of the charset information, as some clients get confused if there is a blank between the word charset and the equual sign. trunk/phpgwapi/inc/class.phpmailer.inc.php Linked entries: http://www.egroupware.org/egroupware/index.php?menuaction=tracker.tracker_ui.edit&tr_id=1952&no_popup=1 |