| Package | Description |
|---|---|
| mireka.pop.command |
Contains classes that implement POP3 commands.
|
| mireka.pop.store |
Provies a file system based POP3 maildrop implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QuitCommand.execute(CommandParser commandParser) |
protected void |
AbstractLoginCommand.startTransaction(Principal userPrincipal) |
| Modifier and Type | Method and Description |
|---|---|
void |
Maildrop.beginTransaction() |
void |
Maildrop.commitTransaction() |
void |
Maildrop.delete(int messageNumber) |
java.io.InputStream |
Maildrop.getMailAsStream(int messageNumber) |
ScanListing |
Maildrop.getScanListing(int messageNumber) |
UidListing |
Maildrop.getUidListing(int messageNumber) |