6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#9525] Sender validation fails for non-ascii letters
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .__ . .. .._. [__)[__)|_/ | | | | | | \|/\|_|_
Comment
> The following test for the "Mail" package reproduces the problem on my side: > > diff --git a/framework/Mail/test/Horde/Mail/ParseTest.php > b/framework/Mail/test/Horde/Mail/ParseTest.php > index f095c1c..fec8988 100644 > --- a/framework/Mail/test/Horde/Mail/ParseTest.php > +++ b/framework/Mail/test/Horde/Mail/ParseTest.php > @@ -189,4 +189,16 @@ class Horde_Mail_ParseTest extends > PHPUnit_Framework_TestCase > $this->assertEquals(count($res), 3); > } > > + public function testBug9525() > + { > + $parser = new Horde_Mail_Rfc822(); > + $ob = $parser->parseAddressList( > + 'ß <wrobel@pardus.de>', > + array( > + 'default_domain' => 'pardus.de', > + 'nest_groups' => false, > + 'validate' => true > + ) > + ); > + } > } > > > Having a unit test now I assume I would be able to solve it myself. I > just wont find the time today anymore and in case you immediately > spot the problem I'm of course happy if I don't have to dive into the > code :)
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