| Package | Description |
|---|---|
| com.sun.mail.pop3 |
A POP3 protocol provider for the JavaMail API
that provides access to a POP3 message store.
|
| Modifier and Type | Field and Description |
|---|---|
private Protocol |
POP3Folder.port |
private Protocol |
POP3Store.port |
| Modifier and Type | Method and Description |
|---|---|
(package private) Protocol |
POP3Store.getPort(POP3Folder owner) |
(package private) Protocol |
POP3Folder.getProtocol()
Centralize access to the Protocol object by POP3Message
objects so that they will fail appropriately when the folder
is closed.
|