Class Pop3MailReceiver

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, ComponentSourceAware, ExpressionCapable, MailReceiver, 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.
Author:
Arjen Poutsma, Mark Fisher
  • 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.