JoshuaJeong / nhin-d

Automatically exported from code.google.com/p/nhin-d
0 stars 0 forks source link

Email display names with "," character failing #165

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Send an email to or from address with a "," in the display name.  Example 
"Meyer, Greg <gmeyer@cerner.com>"
2. The agent fails to parse this address correctly.

What is the expected output? What do you see instead?
The expected output would be for the agent to treat every thing inside the 
quotes as a single element.  Instead the agent is uses the "," character as a 
delimiter for each email address in the TO and FROM headers as does not take 
into consideration that a "," may be in the display name.  The result is an 
exception thrown when parsing an email address as shown in the example above.

Original issue reported on code.google.com by gm2...@cerner.com on 12 Oct 2011 at 4:47

GoogleCodeExporter commented 8 years ago

Original comment by gm2...@cerner.com on 18 Oct 2011 at 1:30

GoogleCodeExporter commented 8 years ago

Original comment by gm2...@cerner.com on 20 Nov 2012 at 3:42