Uses of Package
org.apache.commons.net.imap
Packages that use org.apache.commons.net.imap
-
Classes in org.apache.commons.net.imap used by org.apache.commons.net.imapClassDescriptionThe enumeration of currently-supported authentication methods.The IMAP class provides the basic the functionality necessary to implement your own IMAP client.Implement this interface and register it via
IMAP.setChunkListener(IMAPChunkListener)
in order to get access to multi-line partial command responses.The IMAPClient class provides the basic functionalities found in an IMAP client.The message data item names for the FETCH command defined in RFC 3501.The search criteria defined in RFC 3501.The status data items defined in RFC 3501.IMAPCommand stores IMAP command codes.The IMAPSClient class provides SSL/TLS connection encryption to IMAPClient.