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.

Reply via email to