Re: Camel iMap - ignore SSL certificat

2015-11-28 Thread Claus Ibsen
ap.ssl.socketFactory.class","com.mycompany.imapssl.DummySSLSocketFactory"); >> props.setProperty("mail.imap.ssl.socketFactory.fallback", >> "false"); >> props.setProperty("mail.imap.socketFactory.port"

Re: Camel iMap - ignore SSL certificat

2015-11-28 Thread Claus Ibsen
rt", "993"); > Session session = Session.getInstance(props, null); > System.out.println(props); > System.out.println(session); > } > > } > > How can i associate this to the iMap EiP to ignore SSL Certificate ? > > this is the route: > > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-iMap-ignore-SSL-certificat-tp5774348.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2

Camel iMap - ignore SSL certificat

2015-11-24 Thread zied123456
SSL Certificate ? this is the route: -- View this message in context: http://camel.465427.n5.nabble.com/Camel-iMap-ignore-SSL-certificat-tp5774348.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CAMEL imap component: invalid provider

2015-10-16 Thread Claus Ibsen
to browse file. After, i extract > ${header.adressemail} and ${header.password} from each line and send them > dynamically to iMap. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CAMEL-imap-component-invalid-provider-tp5772621p5772706.ht

Re: CAMEL imap component: invalid provider

2015-10-16 Thread zied123456
I already used: Also i use a split before to browse file. After, i extract ${header.adressemail} and ${header.password} from each line and send them dynamically to iMap. -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-imap-component-invalid-provider

Re: CAMEL imap component: invalid provider

2015-10-16 Thread Claus Ibsen
Then use for your mail On Fri, Oct 16, 2015 at 9:58 AM, zied123456 wrote: > i should read mails not send. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/CAMEL-imap-component-invalid-provider-tp5772621p5772698.html > Sent from the Ca

Re: CAMEL imap component: invalid provider

2015-10-16 Thread zied123456
i should read mails not send. -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-imap-component-invalid-provider-tp5772621p5772698.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: CAMEL imap component: invalid provider

2015-10-13 Thread Claus Ibsen
invalid provider] > > when i change it to : > > > > > > > it works! it seems imap component can not be in a tag only ../> tag and in my case imap params (username and password) come from > anothers endpoints before Imap. How can fix this proble

CAMEL imap component: invalid provider

2015-10-13 Thread zied123456
component can not be in a tag only tag and in my case imap params (username and password) come from anothers endpoints before Imap. How can fix this problem ? -- View this message in context: http://camel.465427.n5.nabble.com/CAMEL-imap-component-invalid-provider-tp5772621.html Sent from the

Re: camel-imap

2015-02-04 Thread Mezai 279
Thank You, Will try this option. On Wed, Feb 4, 2015 at 12:52 PM, Morgan Hautman wrote: > Mezai, > > Why don't you persist the last number you processed and put in a > PropertyPlaceholder when polling again? > > http://camel.apache.org/using-propertyplaceholder.html > > Little example I made: >

Re: camel-imap

2015-02-03 Thread Morgan Hautman
Mezai, Why don't you persist the last number you processed and put in a PropertyPlaceholder when polling again? http://camel.apache.org/using-propertyplaceholder.html Little example I made: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-insta

Re: camel-imap

2015-02-03 Thread Mezai 279
Thanks a ton!! this worked for me... I have done some thing like below: My processor in the route *folderNameProcesor,*has a static variable and every time processor is cal

Re: camel-imap

2015-02-03 Thread Bart Horré
If I read the docs of copyTo correctly you should be able to change to add a header with the copyTo value at runtime. *Camel 2.10:* Consumer only. After processing a mail message, it can be copied to a mail folder with the given name. You can override this configuration value, with a header with t

Re: camel-imap

2015-02-03 Thread Mezai 279
Thanks Bart Horre! Here i want to change a particular attribute in the copyTo should be changed dynamically each time it is polling the mail server. I believe recipient list will not be helpful here. -Thanks Sasi On Tue, Feb 3, 2015 at 7:10 PM, Bart Horré wrote: > Hi, > > you could use a

Re: camel-imap

2015-02-03 Thread Bart Horré
Hi, you could use a recipient list to dynamically identify the endpoint. http://camel.apache.org/recipient-list.html Bart Horré Anova r&d bvba On Tue, Feb 3, 2015 at 10:39 AM, Mezai 279 wrote: > I m planning to write a route which will have to move messages from inbox > to four different fold

camel-imap

2015-02-03 Thread Mezai 279
I m planning to write a route which will have to move messages from inbox to four different folders folder1, folder2, folder3, folder4 every 5 minutes. How can i do this? I need to dynamically change folder2 to folder1, folder4 every 5 miutes. -Thanks Sasi

Re: Camel IMAP

2012-06-15 Thread Dokkana
thaks alot -- View this message in context: http://camel.465427.n5.nabble.com/Camel-IMAP-tp5714453p5714566.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel IMAP

2012-06-13 Thread Claus Ibsen
efore it go's to the clien > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-IMAP-tp5714453.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource Email: cib...@fusesource.com We

Camel IMAP

2012-06-13 Thread Dokkana
inent before it go's to the clien -- View this message in context: http://camel.465427.n5.nabble.com/Camel-IMAP-tp5714453.html Sent from the Camel - Users mailing list archive at Nabble.com.