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 "Fred Stoki (JIRA)" <mi...@james.apache.org> on 2016/04/08 16:40:25 UTC

[jira] [Created] (MIME4J-248) Addresses not being parsed when separated by semicolon

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:bubba.joe@haha.com;bridget.joe@haha.com;blast.joe@haha.com

so in org.apache.james.mime4j.field.address.LenietAddressBuilder
method ParseAddressList only separates by comma.
so it just returns 
bubba.joe@haha.com;bridget.joe@haha.com;blast.joe@haha.com

Any suggestions?



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