Class ImapMailReceiver

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, ComponentSourceAware, ExpressionCapable, MailReceiver, 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.
Author:
Arjen Poutsma, Mark Fisher, Oleg Zhurakousky, Gary Russell, Artem Bilan, Alexander Pinske
  • 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.