Class Pop3MailInboundChannelAdapterSpec

All Implemented Interfaces:
DisposableBean, FactoryBean<MailReceivingMessageSource>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration

public class Pop3MailInboundChannelAdapterSpec extends MailInboundChannelAdapterSpec<Pop3MailInboundChannelAdapterSpec,Pop3MailReceiver>
Since:
5.0
Author:
Gary Russell, Artem Bilan
  • Constructor Details

    • Pop3MailInboundChannelAdapterSpec

      protected Pop3MailInboundChannelAdapterSpec()
    • Pop3MailInboundChannelAdapterSpec

      protected Pop3MailInboundChannelAdapterSpec(Pop3MailReceiver receiver)
    • Pop3MailInboundChannelAdapterSpec

      protected Pop3MailInboundChannelAdapterSpec(String url)
    • Pop3MailInboundChannelAdapterSpec

      protected Pop3MailInboundChannelAdapterSpec(String host, String username, String password)
    • Pop3MailInboundChannelAdapterSpec

      protected Pop3MailInboundChannelAdapterSpec(String host, int port, String username, String password)