Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

mail.pop3.xxx property issue

$
0
0
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

Viewing all articles
Browse latest Browse all 5648

Trending Articles