Uses of Class
net.messagevortex.transport.imap.ImapConnection
Packages that use ImapConnection
Package
Description
This package contains vital classes for transport layer.
Contains all the classes required for the imap implementation.
-
Uses of ImapConnection in net.messagevortex.transport
Methods in net.messagevortex.transport that return ImapConnectionModifier and TypeMethodDescriptionAuthenticationProxy.getImapConnection()Get the ImapConnection object which belongs to this proxy.AuthenticationProxy.setImapConnection(ImapConnection conn) Sets the ImapConnection object which belongs to this proxy.Methods in net.messagevortex.transport with parameters of type ImapConnectionModifier and TypeMethodDescriptionAuthenticationProxy.setImapConnection(ImapConnection conn) Sets the ImapConnection object which belongs to this proxy. -
Uses of ImapConnection in net.messagevortex.transport.imap
Methods in net.messagevortex.transport.imap that return ImapConnectionModifier and TypeMethodDescriptionImapLine.getConnection()Getter for the Imap connection in Control of this command.Methods in net.messagevortex.transport.imap with parameters of type ImapConnectionModifier and TypeMethodDescriptionintImapConnection.compareTo(ImapConnection i) abstract String[]ImapCommand.getCapabilities(ImapConnection conn) String[]ImapCommandAuthenticate.getCapabilities(ImapConnection ic) String[]ImapCommandCapability.getCapabilities(ImapConnection conn) String[]ImapCommandLogin.getCapabilities(ImapConnection ic) String[]ImapCommandLogout.getCapabilities(ImapConnection conn) String[]ImapCommandNoop.getCapabilities(ImapConnection conn) Constructors in net.messagevortex.transport.imap with parameters of type ImapConnectionModifierConstructorDescriptionImapLine(ImapConnection con, String line) Trivial constructor omiting a stream.ImapLine(ImapConnection con, String line, InputStream input) Creates an imap line object with a parser for a command.