| Interface | Description |
|---|---|
| CapaCapability |
A handler which support the POP3 Extension Mechanism should implement this
interface
|
| Class | Description |
|---|---|
| AbstractApopCmdHandler |
Handles the APOP command
|
| AbstractPassCmdHandler |
Handles PASS commands.
|
| CapaCmdHandler |
This handler is used to handle CAPA commands
|
| CRLFTerminatedInputStream |
This
FilterInputStream makes sure that the last chars of the stream
are \r\n
See JAMES-1174 for an use case |
| DeleCmdHandler |
Handles DELE command
|
| ExtraDotInputStream |
Adds extra dot if dot occurs in message body at beginning of line (according
to RFC1939)
|
| ListCmdHandler |
Handles LIST command
|
| MessageMetaDataUtils | |
| NoopCmdHandler |
Handles NOOP command
|
| QuitCmdHandler |
Handles QUIT command
|
| RetrCmdHandler |
Handles RETR command
|
| RsetCmdHandler |
Handles RSET command
|
| StatCmdHandler |
Handles STAT command
|
| StlsCmdHandler |
Handler which offer STARTTLS implementation for POP3.
|
| TopCmdHandler |
Handles TOP command
|
| UidlCmdHandler |
Handles UIDL command
|
| UnknownCmdHandler |
Default command handler for handling unknown commands
|
| UserCmdHandler |
Handles USER command
|
| WelcomeMessageHandler |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.