You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by "Clément Denis (JIRA)" <mi...@james.apache.org> on 2013/04/23 14:09:15 UTC

[jira] [Created] (MIME4J-229) AddressListParser cannot parse address with email address repeated as name

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 <te...@test.com>")

This code throws a ParseException:
AddressBuilder.DEFAULT.parseAddress("test@test.com <te...@test.com>")

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