Uses of Class
org.apache.commons.net.imap.IMAP
-
Packages that use IMAP Package Description examples.mail org.apache.commons.net.imap Basic IMAP and IMAPS support classes -
-
Uses of IMAP in examples.mail
Methods in examples.mail with parameters of type IMAP Modifier and Type Method Description booleanIMAPExportMbox.MboxListener. chunkReceived(IMAP imap) -
Uses of IMAP in org.apache.commons.net.imap
Subclasses of IMAP in org.apache.commons.net.imap Modifier and Type Class Description classAuthenticatingIMAPClientAn IMAP Client class with authentication support.classIMAPClientThe IMAPClient class provides the basic functionalities found in an IMAP client.classIMAPSClientThe IMAPSClient class provides SSL/TLS connection encryption to IMAPClient.Methods in org.apache.commons.net.imap with parameters of type IMAP Modifier and Type Method Description booleanIMAP.IMAPChunkListener. chunkReceived(IMAP imap)Called when a multi-line partial response has been received.
-