JIRA Ticket for this bug:
https://issues.apache.org/activemq/browse/CAMEL-3199
--
View this message in context:
http://camel.465427.n5.nabble.com/Comma-in-email-names-tp3198928p3199946.html
Sent from the Camel - Users mailing list archive at Nabble.com.
I got it. I'll create the Jira and submit the patch as soon as I write a test
to confirm the fix.
On Oct 5, 2010, at 8:37 AM, Hadrian Zbarcea wrote:
> Yes, please create a jira. The problem is the simple parsing that doesn't
> account for commas (or semicolons) within quotes.
> We need to fix
>> by comma or semicolon
>> String[] lines = recipient.split("[,;]");
>> for (String line : lines) {
>> line = line.trim();
>> mimeMessage.addRecipients(asRecipientType(type), line);
>> }
>>
>> Isn
on
> String[] lines = recipient.split("[,;]");
> for (String line : lines) {
> line = line.trim();
> mimeMessage.addRecipients(asRecipientType(type), line);
> }
>
> Isn't the above example a valid email? Is thi
?
Thanks.
--
View this message in context:
http://camel.465427.n5.nabble.com/Comma-in-email-names-tp3198928p3198928.html
Sent from the Camel - Users mailing list archive at Nabble.com.