Antonio Addivinola created CAMEL-14122:
------------------------------------------
Summary: Problem with Camel Mail component
Key: CAMEL-14122
URL: https://issues.apache.org/jira/browse/CAMEL-14122
Project: Camel
Issue Type: Bug
Components: camel-mail
Affects Versions: 2.16.1
Reporter: Antonio Addivinola
Hi, I have a problem with camel mail component.
I'm trying to connect to a mail server with some credential.
In particular, the username has the following structure:
*mynet\folder\subfolder*, in other words it's a simple string containing two
back-slash.
The username string value is associated to a shared folder.
When the camel route starts and try to connect to the server, i get the
following error:
*Failed delivery for (MessageId: ID-02srv00gfn-33920-1571232607968-0-3953 on
ExchangeId: ID-02srv00gfn-33920-1571232607968-0-3954). On delivery attempt: 0
caught: javax.mail.AuthenticationFailedException: AUTHENTICATE failed.*
Obviously, the credential (username and password) are both correct and there
are no networking or firewall problems with the mail server.
It possible there is a problem for camel mail component when sends the username
value "mynet\folder\subfolder"?
I've tried both to encode the username value and to use the RAW operator in
order to use the raw value for username, but the error persists.
Are there any limitations in using special characters for username value?
Any suggestion?
Thanks,
Antonio.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)