Package | Description |
---|---|
com.icegreen.greenmail.imap | |
com.icegreen.greenmail.imap.commands |
Modifier and Type | Method and Description |
---|---|
void |
ImapResponse.commandComplete(ImapCommand command)
Writes a standard tagged OK response on completion of a command.
|
void |
ImapResponse.commandComplete(ImapCommand command,
String responseCode)
Writes a standard tagged OK response on completion of a command,
with a response code (eg READ-WRITE)
Response is writen as:
|
void |
ImapResponse.commandFailed(ImapCommand command,
String reason)
Writes a standard NO response on command failure, together with a
descriptive message.
|
void |
ImapResponse.commandFailed(ImapCommand command,
String responseCode,
String reason)
Writes a standard NO response on command failure, together with a
descriptive message.
|
void |
ImapResponse.commandResponse(ImapCommand command,
String message) |
Modifier and Type | Class and Description |
---|---|
class |
QuotaCommand
Implements IMAP Quota Extension.
|
class |
QuotaRootCommand
Implements IMAP Quota Extension.
|
class |
SetQuotaCommand
Implements IMAP Quota Extension.
|
Modifier and Type | Method and Description |
---|---|
ImapCommand |
ImapCommandFactory.getCommand(String commandName) |
Copyright © 2006–2019 Icegreen Technologies. All rights reserved.