Class ImapMailReceiver

java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.integration.context.ComponentSourceAware, org.springframework.integration.context.ExpressionCapable, MailReceiver, org.springframework.integration.support.context.NamedComponent

@Deprecated(forRemoval=true, since="7.0") public class ImapMailReceiver extends ImapMailReceiver
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of ImapMailReceiver
A MailReceiver implementation for receiving mail messages from a mail server that supports the IMAP protocol. In addition to the pollable AbstractMailReceiver.receive() method, the ImapMailReceiver.waitForNewMessages() method provides the option of blocking until new messages are available prior to calling AbstractMailReceiver.receive(). That option is only available if the server supports the idle command.
  • Constructor Details

    • ImapMailReceiver

      public ImapMailReceiver()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ImapMailReceiver

      public ImapMailReceiver(@Nullable String url)
      Deprecated, for removal: This API element is subject to removal in a future version.