Package | Description |
---|---|
mireka.login |
Contains classes for the configuration and verification of login
credentials.
|
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.
|
Class and Description |
---|
PrincipalMaildropTable
This interface is used to look up the name of the maildrop assigned to a user
principal.
|
Class and Description |
---|
CommandParser
CommandParser extracts the command name from the command received from the
POP3 client and provides functions for parsing the arguments.
|
CommandSyntaxException
Signals that a POP3 command sent by the client is syntactically invalid.
|
Pop3Exception
Signals POP3 related exception and optionally includes standard POP3 response
codes in addition to the human readable message.
|
PopServer
PopServer contains configuration information and lifecycle management for the
POP3 service.
|
PrincipalMaildropTable
This interface is used to look up the name of the maildrop assigned to a user
principal.
|
SessionState
SessionState contains constants corresponding to the POP3 session states as
defined by RFC 1939.
|
SessionThread
SessionThread manages the TCP connection to the POP3 client and contains the
loop which processes the incoming commands.
|
TlsConfiguration
TlsConfiguration provides information about whether the TLS extension is
enabled and provides a factory method which creates configured SSLSocket
instances.
|
Class and Description |
---|
Command
A command is responsible for the parsing and execution of a POP3 command
received from the client.
|
CommandParser
CommandParser extracts the command name from the command received from the
POP3 client and provides functions for parsing the arguments.
|
Pop3Exception
Signals POP3 related exception and optionally includes standard POP3 response
codes in addition to the human readable message.
|
Session
The Session class represents a POP3 session, it stores information collected
during the session and provides access to other classes related to the
session.
|
Class and Description |
---|
Pop3Exception
Signals POP3 related exception and optionally includes standard POP3 response
codes in addition to the human readable message.
|