| Interface | Description |
|---|---|
| Mailbox |
A Mailbox which is used in POP3 to retrieve messages
|
| Class | Description |
|---|---|
| AbstractMailbox |
A
Mailbox implementation which use a CombinedInputStream over Mailbox.getMessageHeaders(long) and Mailbox.getMessageBody(long) to return the full message. |
| MessageMetaData |
Hold meta data for a message
|
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.