[
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:[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]
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:[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?
> 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]
> not a list
> Any suggestions?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)