I am testing with camel-mail 2.14. I am testing both pop3 and imap email consumers.
When i toggle the mapMailMessage flag nothing changes at all with the message. Additionally, pop3 never maps the message imap always maps the message here are examples of my tested URIs (the only thing i changed between tests was the mapMailMessage flag for each protocol. pop3s://camel-test@localdomain:110?closeFolder=true&connectionTimeout=30000&consumer.delay=6000&consumer.initialDelay=1000&contentType=text%2Fplain&disconnect=false&fetchSize=-1&mapMailMessage=true&maxMessagesPerPoll=0&password=password&protocol=pop3&delete=true imaps://camel-test@localdomain:143?closeFolder=true&connectionTimeout=30000&consumer.delay=6000&consumer.initialDelay=1000&contentType=text%2Fhtml&delete=true&disconnect=false&fetchSize=-1&folderName=INBOX&mapMailMessage=false&maxMessagesPerPoll=0&password=password&peek=true&protocol=imap&searchTerm.unseen=true&unseen=true Am I just doing something wrong? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Mail-mapMailMessage-flag-ignored-tp5766767.html Sent from the Camel - Users mailing list archive at Nabble.com.