Uses of Interface
com.icegreen.greenmail.imap.commands.ImapCommand
Packages that use ImapCommand
-
Uses of ImapCommand in com.icegreen.greenmail.imap
Methods in com.icegreen.greenmail.imap with parameters of type ImapCommandModifier and TypeMethodDescriptionvoidImapResponse.commandComplete(ImapCommand command) Writes a standard tagged OK response on completion of a command.voidImapResponse.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 written as:voidImapResponse.commandFailed(ImapCommand command, String reason) Writes a standard NO response on command failure, together with a descriptive message.voidImapResponse.commandFailed(ImapCommand command, String responseCode, String reason) Writes a standard NO response on command failure, together with a descriptive message.voidImapResponse.commandResponse(ImapCommand command, String message) -
Uses of ImapCommand in com.icegreen.greenmail.imap.commands
Classes in com.icegreen.greenmail.imap.commands that implement ImapCommandModifier and TypeClassDescriptionclassImplements IMAP Quota Extension.classImplements IMAP Quota Extension.classImplements IMAP Quota Extension.Methods in com.icegreen.greenmail.imap.commands that return ImapCommand