Java org.apache.commons.net.imap IMAPSClient fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.imap IMAPSClient fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.imap IMAPSClient.

The text is from its open source code.

Constructor

IMAPSClient(String proto, boolean implicit)
Constructor for IMAPSClient.
IMAPSClient(boolean implicit, SSLContext ctx)
Constructor for IMAPSClient.
IMAPSClient(boolean implicit)
Constructor for IMAPSClient.
IMAPSClient(String proto)
Constructor for IMAPSClient.
IMAPSClient(SSLContext context)
Constructor for IMAPSClient.

Method

voidconnect(InetAddress host, int port)
Opens a Socket connected to a remote host at the specified port and originating from the current host at a system assigned port.
voiddisconnect()
Disconnects the client from the server, and sets the state to DISCONNECTED_STATE .
StringgetReplyString()
Returns the reply to the last command sent to the server.
booleanisConnected()
Returns true if the client is currently connected to a server.
voidsetDefaultTimeout(int timeout)
Set the default timeout in milliseconds to use when opening a socket.