Maven module :un.protocol : protocol-imap :
Class : un.protocol.imap.IMAPClient
Extends/Implements : -
Subclasses : -

IMAP protocol client.
author  Johann Sorel


Variables : -
Functions : IMAPClient, IMAPClient, IMAPClient, IMAPClient, close




Create an IMAP client on default port (143).
param  host imap server name
throws  IOException
public void IMAPClient (Chars host)


Create an IMAP client on default port (143).
param  address imap server address
throws  IOException
public void IMAPClient (IPAddress address)


Create an IMAP client.
param  host imap server name
param  port imap server port
throws  IOException
public void IMAPClient (Chars host, int port)


Create an IMAP client.
param  address imap server address
param  port imap server port
throws  IOException
public void IMAPClient (IPAddress address, int port)


Close imap client.
throws  IOException
public void close ()