Clément Denis created MIME4J-229:
------------------------------------

             Summary: AddressListParser cannot parse address with email address 
repeated as name
                 Key: MIME4J-229
                 URL: https://issues.apache.org/jira/browse/MIME4J-229
             Project: James Mime4j
          Issue Type: Bug
          Components: parser (core)
    Affects Versions: 0.7.2
            Reporter: Clément Denis


This code is OK:
AddressBuilder.DEFAULT.parseAddress("test <[email protected]>")

This code throws a ParseException:
AddressBuilder.DEFAULT.parseAddress("[email protected] <[email protected]>")

It should be tolerated as a valid address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to