Hi

Check the mail component wiki page more careful
http://camel.apache.org/mail.html

If you look at the 2 options it complain about, and look in the
options table you get your answer why it fails.



On Tue, May 31, 2011 at 10:06 PM, fachhoch <fachh...@gmail.com> wrote:
> Ok I am using camel-mail-2.7.1
> platform windows
> server running on jetty
> java 1.6
> I am getting parameter not found exception I am trying out the configration
> specified in the example .
>
> here is my router configration
>
>
>
> from("imaps://imap.gmail.com?password=xxxx&username=myuse...@gmail.com&deleteProcessedMessages=false&processOnlyUnseenMessages=true&consumer.delay=60000").
>        choice().when(header("subject").contains("Test-Camel")).process(new
> MyMailProcessor());
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/failed-to-create-route-tp4443078p4443143.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: cib...@fusesource.com
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to