Uses of Class
net.messagevortex.transport.imap.ImapLine
Packages that use ImapLine
Package
Description
Contains all the classes required for the imap implementation.
-
Uses of ImapLine in net.messagevortex.transport.imap
Methods in net.messagevortex.transport.imap with parameters of type ImapLineModifier and TypeMethodDescriptionabstract String[]ImapCommand.processCommand(ImapLine line) Processes the imap lie prefixed by a command returned by getCommandIdentifier().String[]ImapCommandAuthenticate.processCommand(ImapLine line) process authentication command.String[]ImapCommandCapability.processCommand(ImapLine line) String[]ImapCommandLogin.processCommand(ImapLine line) Process the login command.String[]ImapCommandLogout.processCommand(ImapLine line) String[]ImapCommandNoop.processCommand(ImapLine line) Process NOOP command.Constructors in net.messagevortex.transport.imap with parameters of type ImapLine