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 | Method and Description |
---|---|
private Response |
Protocol.multilineCommand(java.lang.String cmd,
int size)
Issue a POP3 command that expects a multi-line response.
|
private Response |
Protocol.readResponse()
Read the response to a command.
|
private Response |
Protocol.simpleCommand(java.lang.String cmd)
Issue a simple POP3 command and return the response.
|