Hi

I suggest to search and research the java mail api about these system
properties whether it support pop3 and/or pop3s in these options.

Then we can see if there is something we need to adjust in camel-mail or not.

On Wed, May 14, 2014 at 10:47 AM, barthorre <b...@anova.be> wrote:
> 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.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to