[Tickets #8837] Re: invalid email address
bugs at horde.org
bugs at horde.org
Thu Jan 28 14:38:20 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/8837
------------------------------------------------------------------------------
Ticket | 8837
Updated By | rsalmon at mbpgroup.com
Summary | invalid email address
Queue | IMP
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2010-01-28 09:38) wrote:
framework/Horde/Mime/Part.php:1493
$result = $mailer->send(Horde_Mime::encodeAddress($email,
$this->getCharset()), $headers->toArray(array('charset' =>
$this->getHeaderCharset())), $msg);
$this->getHeaderCharset() doesn't return anything.
If I replace $this->getHeaderCharset() with 'iso-8859-1',and send
message using charset 'iso-8859-1' => OK
If I replace $this->getHeaderCharset() with 'utf-8', and send message
using charset 'utf-8' => OK
any other cases fail to send/display email correctly.
I don't known where to go from there.
I've set pref $_prefs['sending_charset'] = array( 'value' =>
'utf-8',..) and everything is working fine. So, I guess I'm happy with
this.
If you need me to do more testing/tracking, you'll have to tell me how to.
More information about the bugs
mailing list