haraka / node-address-rfc2822

Parser for RFC2822 (Header) format email addresses
https://www.npmjs.com/package/address-rfc2822
52 stars 16 forks source link

Handle escaped quotes #37

Closed thomaschaaf closed 4 years ago

thomaschaaf commented 5 years ago

The following email is currently not valid but should be in my opinion.

"Test \" Test" <test@example.org>
msimerson commented 5 years ago

Note how the name of the package quotes an RFC. Perhaps you should cite an RFC that you believe supports your opinion?