Hi,
I want to create multiple instances of ImapChannerlAdapter. I cannot configure each statically in the context file, and have to do it programmtically (because there can be many inboxes). Apart...
Type: Posts; User: jehanzeb.qayyum; Keyword(s):
Hi,
I want to create multiple instances of ImapChannerlAdapter. I cannot configure each statically in the context file, and have to do it programmtically (because there can be many inboxes). Apart...
Hi,
I am looking for a way to forward email using SpringMail. I have a MimeMessage and i want to forward it adding some text. I tried MimeMailMessage but unable to do forwarding.
Thanks
I have this use case where i'll receive data from email, call a webservice and send a response with original input + output back in the form of an email.
Now at the end of chain i will need three...
Initialization time but programmatically i.e. depending upon some data from DB.
Hi,
I have multiple messages sources created programmatically / runtime. How can i submit these message sources to poller at runtime, which will poll from these sources in round robin fashion and...
Anyone? Thanks for help
Thanks.
But i was using GMAIL only for testing purposes, i ve to use IBM Domino which currently does not support IMAP IDLE.
Hi,
If i use inbound channel adapter with a poller, and the actual channel is direct channel, what will happen if one event takes some time to complete and another poll trigger arrives. Can...
Hi,
I've this requirement to create multiple inbound-channel-adapters depending on some configuration. How can I achieve this? I tried defining one inbound-channel-adapter in spring configuration...
Hi,
I am using <int-mail:inbound-channel-adapter /> to access GMAIL with IMAP. The setting should-mark-messages-as-read="false" is not working as gmail always marks messages as read. When i...
Hi,
I have this requirement to receive emails with particular value in Subject. I am planning to use javax.mail.search.SearchTerm, which is not exposed by built in ImapMailReceiver.
So, i have...