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