Comma in Email Address Name #78
Labels
1.bug
An error has been encountered that is preventing utilization.
area:message
Issue relates to the MIME e-mail Message object representation.
Commas in the name in an email address cause the address parser to parse the address as multiple addresses and therefore fail.
Take the following address for example:
"Bond, James" <[email protected]>
It should have
Bond, James
as the name and[email protected]
as the email, but instead it tries to parseBond
as an email address and fails.Here's a traceback:
This behavior is only expected if the name is not encapsulated with quotes.
The text was updated successfully, but these errors were encountered: