Aleksander Machniak
2014-08-21 f01666a6229cfacee45d4131e7dbcb52e40abfea
tests/Framework/Mime.php
@@ -44,6 +44,8 @@
            23 => '=?UTF-8?B?IlRlc3QsVGVzdCI=?= <test@domain.tld>',
            // invalid, but we do our best to parse correctly
            24 => '"email@test.com" <>',
            // valid with redundant quoting (#1490040)
            25 => '"user"@"domain.tld"',
        );
        $results = array(
@@ -73,6 +75,7 @@
            22 => array(1, 'John Doe @ SomeBusinessName', 'MAILER-DAEMON'),
            23 => array(1, 'Test,Test', 'test@domain.tld'),
            24 => array(1, '', 'email@test.com'),
            25 => array(1, '', 'user@domain.tld'),
        );
        foreach ($headers as $idx => $header) {