6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/24/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#11929] sending mail via AcitveSync fails if addresses contains german umlauts
*
Your Email Address
*
Spam protection
Enter the letters below:
__.. ._..___. . (__ | | [__ \ / .__)|____|_[___ \/
Comment
> Hi, > i added some debug output to Transport.php (line 183) to see what > the content of the variable $recipients is, which is passed to the > parseAddressList function. > $recipients = "Günter <jens@sg-dev.de>"; > So i created a litte demo script called test.php: > > <?php > include 'Rfc822.php'; > include 'Exception2.php'; > include 'Rfc822/Object.php'; > include 'Rfc822/Address.php'; > include 'Rfc822/List.php'; > > $rfc822 = new Horde_Mail_Rfc822(); > $recipients = "Günter <jens@sg-dev.de>"; > $addresses = $rfc822->parseAddressList($recipients, array('validate' > => true)); > > ?> > > The same exception like in my log file is thrown. calling with > $recipients = "Gunter <jens@sg-dev.de>"; works. > > Note: in my test script i included Exception2.php which i copied from > Exception.php and changed it to: > class Horde_Mail_Exception extends Exception > { > } > > So i do not have any Horde dependencies to get my test script executable.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers