Re: Email not copied to sent items

2016-04-12 Thread NewCamelDev
Thanks Walzer. While we are exploring the CC solution, I would like to check with you would it be possible to extend the DeafultJavaMailSender, try to open the imap store and copy it in "Sent Items". Sounds possible but I couldnt find a way to configure the customized JavaMailSender which extends

Re: Email not copied to sent items

2016-04-10 Thread NewCamelDev
Thanks Walzer. Thanks for your reply. I am not an expert in mail servers do you think it is possible to integrate this in the mail server level similar to the gmail ? Thank you. -- View this message in context: http://camel.465427.n5.nabble.com/Email-not-copied-to-sent-items-tp5780744p5780882.

Email not copied to sent items

2016-04-08 Thread NewCamelDev
Hi All, I am facing a weird issue with camel email component when sending an email via exchange server. The email I have sent using a mail is not seen in sent items. I see these emails in sent items when I use the Gmail server to send an email. I have read an article that we may need to manually c

Camel mail component to get email notification(Instead of polling)

2015-08-12 Thread NewCamelDev
Hi All, I am new to camel and we are using the camel mail component to read some emails on some fixed delay of 30 seconds. However our customer complaints on receiving these emails in our application and I believe decreasing the polling interval may increase the load on the server. Would there be