Uses of Class
net.messagevortex.transport.imap.ImapException
Packages that use ImapException
Package
Description
Contains all the classes required for the imap implementation.
-
Uses of ImapException in net.messagevortex.transport.imap
Subclasses of ImapException in net.messagevortex.transport.imapMethods in net.messagevortex.transport.imap that throw ImapExceptionModifier 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 that throw ImapExceptionModifierConstructorDescriptionImapLine(ImapConnection con, String line) Trivial constructor omiting a stream.ImapLine(ImapConnection con, String line, InputStream input) Creates an imap line object with a parser for a command.