Uses of Interface
com.icegreen.greenmail.imap.commands.ImapCommand
-
Packages that use ImapCommand Package Description com.icegreen.greenmail.imap com.icegreen.greenmail.imap.commands -
-
Uses of ImapCommand in com.icegreen.greenmail.imap
Methods in com.icegreen.greenmail.imap with parameters of type ImapCommand Modifier and Type Method Description voidImapResponse. commandComplete(ImapCommand command)Writes a standard tagged OK response on completion of a command.voidImapResponse. commandComplete(ImapCommand command, java.lang.String responseCode)Writes a standard tagged OK response on completion of a command, with a response code (eg READ-WRITE) Response is writen as:voidImapResponse. commandFailed(ImapCommand command, java.lang.String reason)Writes a standard NO response on command failure, together with a descriptive message.voidImapResponse. commandFailed(ImapCommand command, java.lang.String responseCode, java.lang.String reason)Writes a standard NO response on command failure, together with a descriptive message.voidImapResponse. commandResponse(ImapCommand command, java.lang.String message) -
Uses of ImapCommand in com.icegreen.greenmail.imap.commands
Methods in com.icegreen.greenmail.imap.commands that return ImapCommand Modifier and Type Method Description ImapCommandImapCommandFactory. getCommand(java.lang.String commandName)
-