Maven module :un.protocol : protocol-pop :
Class : un.protocol.pop.POPClient
Extends/Implements : -
Subclasses : -

POP protocol client.
author  Johann Sorel


Variables : -
Functions : POPClient, POPClient, POPClient, POPClient, close




Create an POP client on default port (110).
param  host pop server name
throws  IOException
public void POPClient (Chars host)


Create an POP client on default port (110).
param  address pop server address
throws  IOException
public void POPClient (IPAddress address)


Create an POP client.
param  host pop server name
param  port pop server port
throws  IOException
public void POPClient (Chars host, int port)


Create an POP client.
param  address pop server address
param  port pop server port
throws  IOException
public void POPClient (IPAddress address, int port)


Close pop client.
throws  IOException
public void close ()