Uses of Class
mireka.pop.Pop3Exception
-
Packages that use Pop3Exception Package Description mireka.pop Contains classes for the configuration and connection handling of a POP3 (Post Office Protocol) server.mireka.pop.command Contains classes that implement POP3 commands.mireka.pop.store Provies a file system based POP3 maildrop implementation. -
-
Uses of Pop3Exception in mireka.pop
Subclasses of Pop3Exception in mireka.pop Modifier and Type Class Description classCommandSyntaxExceptionSignals that a POP3 command sent by the client is syntactically invalid.classIllegalSessionStateExceptionIndicates that the command received from the POP3 client cannot be run in the current session state.Methods in mireka.pop that throw Pop3Exception Modifier and Type Method Description voidCommand. execute(CommandParser commandParser)Executes the command, after parsing arguments if necessary. -
Uses of Pop3Exception in mireka.pop.command
Methods in mireka.pop.command that throw Pop3Exception Modifier and Type Method Description abstract voidAbstractLoginCommand. execute(CommandParser commandParser)voidApopCommand. execute(CommandParser commandParser)voidDeleCommand. execute(CommandParser commandParser)voidListCommand. execute(CommandParser commandParser)voidPassCommand. execute(CommandParser commandParser)voidRetrCommand. execute(CommandParser commandParser)voidRsetCommand. execute(CommandParser commandParser)voidStatCommand. execute(CommandParser commandParser)voidStlsCommand. execute(CommandParser commandParser)voidTopCommand. execute(CommandParser commandParser)voidUidlCommand. execute(CommandParser commandParser)voidUserCommand. execute(CommandParser commandParser) -
Uses of Pop3Exception in mireka.pop.store
Subclasses of Pop3Exception in mireka.pop.store Modifier and Type Class Description classMaildropLockedExceptionIndicates that the locking of the maildrop is failed, because it is already locked.classMaildropPopExceptionThrown if an error occurs in the mail retrieval part, related to the POP3 protocol, of the maildrop (in contrast to the mail insertion part which is related to the SMTP protocol).
-