tests/Framework/Mime.php
@@ -42,6 +42,8 @@ // invalid (#1489092) 22 => '"John Doe @ SomeBusinessName" <MAILER-DAEMON>', 23 => '=?UTF-8?B?IlRlc3QsVGVzdCI=?= <test@domain.tld>', // invalid, but we do our best to parse correctly 24 => '"email@test.com" <>', ); $results = array( @@ -70,6 +72,7 @@ // invalid (#1489092) 22 => array(1, 'John Doe @ SomeBusinessName', 'MAILER-DAEMON'), 23 => array(1, 'Test,Test', 'test@domain.tld'), 24 => array(1, '', 'email@test.com'), ); foreach ($headers as $idx => $header) {