Uses of Class
org.apache.commons.net.pop3.POP3MessageInfo
-
Packages that use POP3MessageInfo Package Description org.apache.commons.net.pop3 POP3 and POP3S mail -
-
Uses of POP3MessageInfo in org.apache.commons.net.pop3
Methods in org.apache.commons.net.pop3 that return POP3MessageInfo Modifier and Type Method 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.
-