You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fix provided in PR #12 strips comments from within quoted strings. As per RFC5322#3.2.2 this should not happen:
Strings of characters enclosed in parentheses are considered comments
so long as they do not appear within a "quoted-string", as defined in
section 3.2.4. Comments may nest.
The fix provided in PR #12 strips comments from within quoted strings. As per RFC5322#3.2.2 this should not happen:
Originally posted by @eth8505 at zendframework/zend-mail#30
The text was updated successfully, but these errors were encountered: