Package | Description |
---|---|
net.messagevortex.transport.imap |
Contains all the classes required for the imap implementation.
|
Modifier and Type | Method and Description |
---|---|
abstract String[] |
ImapCommand.processCommand(ImapLine line)
Processes the imap lie prefixed by a command returned by getCommandIdentifier().
|
String[] |
ImapCommandCapability.processCommand(ImapLine line) |
String[] |
ImapCommandLogin.processCommand(ImapLine line)
Process the login command.
|
String[] |
ImapCommandNoop.processCommand(ImapLine line)
Process NOOP command.
|
String[] |
ImapCommandLogout.processCommand(ImapLine line) |
String[] |
ImapCommandAuthenticate.processCommand(ImapLine line)
process authentication command.
|
Constructor and Description |
---|
ImapBlankLineException(ImapLine line) |
ImapException(ImapLine line,
String reason) |
ImapNullLineException(ImapLine line) |
Copyright © 2023. All rights reserved.