Package | Description |
---|---|
org.apache.commons.net.pop3 |
POP3 and POP3S mail
|
Modifier and Type | Method and Description |
---|---|
POP3MessageInfo |
POP3Client.listMessage(int messageId)
List an individual message.
|
POP3MessageInfo[] |
POP3Client.listMessages()
List all messages.
|
POP3MessageInfo |
POP3Client.listUniqueIdentifier(int messageId)
List the unique identifier for a message.
|
POP3MessageInfo[] |
POP3Client.listUniqueIdentifiers()
List the unique identifiers for all messages.
|
POP3MessageInfo |
POP3Client.status()
Get the mailbox status.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.