Uses of Enum
org.apache.commons.net.imap.IMAPCommand
Packages that use IMAPCommand
-
Uses of IMAPCommand in org.apache.commons.net.imap
Subclasses with type arguments of type IMAPCommand in org.apache.commons.net.imapMethods in org.apache.commons.net.imap that return IMAPCommandModifier and TypeMethodDescriptionstatic IMAPCommandReturns the enum constant of this type with the specified name.static IMAPCommand[]IMAPCommand.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.net.imap with parameters of type IMAPCommandModifier and TypeMethodDescriptionbooleanIMAP.doCommand(IMAPCommand command) Sends a command to the server and return whether successful.booleanIMAP.doCommand(IMAPCommand command, String args) Sends a command and arguments to the server and return whether successful.static StringIMAPCommand.getCommand(IMAPCommand command) Gets the IMAP protocol string command corresponding to a command code.intIMAP.sendCommand(IMAPCommand command) Sends a command with no arguments to the server and returns the reply code.intIMAP.sendCommand(IMAPCommand command, String args) Sends a command and arguments to the server and returns the reply code.