Class Pop3MailReceiver

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 Pop3MailReceiver extends Pop3MailReceiver
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of Pop3MailReceiver
A MailReceiver implementation that polls a mail server using the POP3 protocol.
  • Constructor Details

    • Pop3MailReceiver

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

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

      public Pop3MailReceiver(String host, String username, String password)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • Pop3MailReceiver

      public Pop3MailReceiver(String host, int port, String username, String password)
      Deprecated, for removal: This API element is subject to removal in a future version.