zendframework / zend-mail

Mail component from Zend Framework
BSD 3-Clause "New" or "Revised" License
96 stars 111 forks source link

Add test for #147 regression #224

Closed glensc closed 5 years ago

glensc commented 5 years ago

Add test for #147 regression:

Looks like the new parser class treats " and ' equally, thus '"Bob O\'Reilly" <bob@example.com>,blah@example.com' does not parse properly.

cc @weierophinney

glensc commented 5 years ago

will be merged with https://github.com/zendframework/zend-mail/pull/226 thanks @silvadiego