Package | Description |
---|---|
net.messagevortex.transport |
This package contains vital classes for transport layer.
|
net.messagevortex.transport.imap |
Contains all the classes required for the imap implementation.
|
Modifier and Type | Method and Description |
---|---|
ImapConnection |
AuthenticationProxy.getImapConnection()
Get the ImapConnection object which belongs to this proxy.
|
ImapConnection |
AuthenticationProxy.setImapConnection(ImapConnection conn)
Sets the ImapConnection object which belongs to this proxy.
|
Modifier and Type | Method and Description |
---|---|
ImapConnection |
AuthenticationProxy.setImapConnection(ImapConnection conn)
Sets the ImapConnection object which belongs to this proxy.
|
Modifier and Type | Method and Description |
---|---|
ImapConnection |
ImapLine.getConnection()
Getter for the Imap connection in Control of this command.
|
Modifier and Type | Method and Description |
---|---|
int |
ImapConnection.compareTo(ImapConnection i) |
abstract String[] |
ImapCommand.getCapabilities(ImapConnection conn) |
String[] |
ImapCommandCapability.getCapabilities(ImapConnection conn) |
String[] |
ImapCommandLogin.getCapabilities(ImapConnection ic) |
String[] |
ImapCommandNoop.getCapabilities(ImapConnection conn) |
String[] |
ImapCommandLogout.getCapabilities(ImapConnection conn) |
String[] |
ImapCommandAuthenticate.getCapabilities(ImapConnection ic) |
Constructor and Description |
---|
ImapLine(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.
|
Copyright © 2023. All rights reserved.