Search:

Type: Posts; User: jehanzeb.qayyum; Keyword(s):

Search: Search took 0.01 seconds.

  1. Spring Integration Programmatically create Channer Adapter

    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...
  2. Replies
    0
    Views
    645

    SpringMail forward a MimeMessage

    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
  3. Replies
    1
    Views
    496

    Usecase help

    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...
  4. Initialization time but programmatically i.e....

    Initialization time but programmatically i.e. depending upon some data from DB.
  5. Multiple message sources - single poller

    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...
  6. Anyone? Thanks for help

    Anyone? Thanks for help
  7. Replies
    4
    Views
    2,120

    Thanks. But i was using GMAIL only for...

    Thanks.

    But i was using GMAIL only for testing purposes, i ve to use IBM Domino which currently does not support IMAP IDLE.
  8. Inbound channel adapter - task executor - concurrency

    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...
  9. Dynamic number of inbound channel adapters

    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...
  10. Replies
    4
    Views
    2,120

    Gmail IMAP BODY.PEEK

    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...
  11. ImapMailReceiver custom SearchTerm

    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...
Results 1 to 11 of 11