Forward mail via camel

2012-07-12 Thread Pieter Vunckx
Hi, I'm trying to forward an incoming mail from mailbox 1 to mailbox 2. I thought it was just this: from ("imaps://imap.gmail.com?username=x...@gmail.com&password=abc&consumer.delay= 3") .to("smtp://myhost@to=some...@somewhere.com"); But I'm getting always the fol

Re: Forward mail via camel

2012-07-12 Thread Charles Moulliard
Hi, Can you posr the full stack trace please ? Regards, Charles On 12/07/12 16:01, Pieter Vunckx wrote: Hi, I'm trying to forward an incoming mail from mailbox 1 to mailbox 2. I thought it was just this: from ("imaps://imap.gmail.com?username=x...@gmail.com&password=abc&consumer.delay

Re: Forward mail via camel

2012-07-12 Thread Willem Jiang
What's your message looks like? Do you have attachments to send with the mail? On 7/12/12 10:01 PM, Pieter Vunckx wrote: Hi, I'm trying to forward an incoming mail from mailbox 1 to mailbox 2. I thought it was just this: from ("imaps://imap.gmail.com?username=x...@gmail.com&password=abc&

Re: Forward mail via camel

2012-07-16 Thread pvunckx
ource) -- View this message in context: http://camel.465427.n5.nabble.com/Forward-mail-via-camel-tp5715953p5716082.html Sent from the Camel - Users mailing list archive at Nabble.com.