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.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandSyntaxException
Signals that a POP3 command sent by the client is syntactically invalid.
|
class |
IllegalSessionStateException
Indicates that the command received from the POP3 client cannot be run in the
current session state.
|
Modifier and Type | Method and Description |
---|---|
void |
Command.execute(CommandParser commandParser)
Executes the command, after parsing arguments if necessary.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractLoginCommand.execute(CommandParser commandParser) |
void |
ApopCommand.execute(CommandParser commandParser) |
void |
DeleCommand.execute(CommandParser commandParser) |
void |
ListCommand.execute(CommandParser commandParser) |
void |
PassCommand.execute(CommandParser commandParser) |
void |
RetrCommand.execute(CommandParser commandParser) |
void |
RsetCommand.execute(CommandParser commandParser) |
void |
StatCommand.execute(CommandParser commandParser) |
void |
StlsCommand.execute(CommandParser commandParser) |
void |
TopCommand.execute(CommandParser commandParser) |
void |
UidlCommand.execute(CommandParser commandParser) |
void |
UserCommand.execute(CommandParser commandParser) |
Modifier and Type | Class and Description |
---|---|
class |
MaildropLockedException
Indicates that the locking of the maildrop is failed, because it is already
locked.
|
class |
MaildropPopException
Thrown 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).
|