Hi Camel Users,

I recently expierenced a networktimeout in JavaMail when using camel-mail
2.10.3.
I realize this is an outdated version, so maybe this isn't an issue anymore.

Anyway, I was wondering if mail.pop3.connectiontimeout en mail.pop3.timeout
are correctly set when using the pop3s scheme in the from endpoint.

In the code base i found 

properties.put("mail." + protocol + ".connectiontimeout",
connectionTimeout);
properties.put("mail." + protocol + ".timeout", connectionTimeout);

but here the protocol would be pop3s instead of pop3.
If that is the case I'm guessing there properties aren't correctly set, or
am I missing something?

Kind regards,

Bart



--
View this message in context: 
http://camel.465427.n5.nabble.com/mail-pop3-xxx-property-issue-tp5751119.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to