Uses of Class
net.messagevortex.transport.imap.ImapCommand
Packages that use ImapCommand
Package
Description
Contains all the classes required for the imap implementation.
-
Uses of ImapCommand in net.messagevortex.transport.imap
Subclasses of ImapCommand in net.messagevortex.transport.imapModifier and TypeClassDescriptionclassProvides the the Authenticate command to the IMAP server.classclassclassclassMethods in net.messagevortex.transport.imap that return ImapCommandModifier and TypeMethodDescriptionstatic ImapCommandImapCommandFactory.getCommand(String name) static ImapCommand[]ImapCommandFactory.getCommands()Returns a list of all supported ImapCommands in no particular order.Methods in net.messagevortex.transport.imap with parameters of type ImapCommandModifier and TypeMethodDescriptionstatic voidImapCommandFactory.registerCommand(ImapCommand command) register a command so that process command is able to identify it and call the apropriate handler.