Class Pop3Account

    • Constructor Detail

      • Pop3Account

        public Pop3Account​(String host,
                           String port,
                           String user,
                           String password)
        Create a new POP3 account.
        Parameters:
        host - server hostname
        port - server port
        user - login name
        password - login password
      • Pop3Account

        public Pop3Account​(String host,
                           String port,
                           String user,
                           String password,
                           String channel)
        Create a new POP3 account.
        Parameters:
        host - server hostname
        port - server port
        user - login name
        password - login password
        channel - encryption channel (ssl, starttls or null)