Fred Stoki created MIME4J-248:
---------------------------------

             Summary: Addresses not being parsed when separated by semicolon
                 Key: MIME4J-248
                 URL: https://issues.apache.org/jira/browse/MIME4J-248
             Project: James Mime4j
          Issue Type: Bug
    Affects Versions: 0.8.0
            Reporter: Fred Stoki
            Priority: Minor


Receiving email addresses that are separated by semicolons ';' 

example :  ( yes I am aware it doesn't confirm to standards but that it's how 
we are receiving it ) 
to:[email protected];[email protected];[email protected]

so in org.apache.james.mime4j.field.address.LenietAddressBuilder
method ParseAddressList only separates by comma.
so it just returns 
[email protected];[email protected];[email protected]

Any suggestions?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to