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:45:25 UTC

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

     [ https://issues.apache.org/jira/browse/MIME4J-248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fred Stoki updated MIME4J-248:
------------------------------
    Description: 
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
not a list


Any suggestions?

  was:
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?


> 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
> not a list
> Any suggestions?



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