Package | Description |
---|---|
com.sun.mail.pop3 |
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
|
Class and Description |
---|
AppendStream
A stream for writing to the temp file, and when done
can return a stream for reading the data just written.
|
POP3Folder
A POP3 Folder (can only be "INBOX").
|
POP3Message
A POP3 Message.
|
POP3Store
A POP3 Message Store.
|
Protocol
This class provides a POP3 connection and implements
the POP3 protocol requests.
|
Response |
Status
Result of POP3 STAT command.
|
TempFile
A temporary file used to cache POP3 messages.
|
WritableSharedFile
A subclass of SharedFileInputStream that also allows writing.
|