Uses of Interface
org.apache.commons.net.imap.IMAP.IMAPChunkListener
-
Packages that use IMAP.IMAPChunkListener Package Description examples.mail org.apache.commons.net.imap Basic IMAP and IMAPS support classes -
-
Uses of IMAP.IMAPChunkListener in examples.mail
Classes in examples.mail that implement IMAP.IMAPChunkListener Modifier and Type Class Description private static classIMAPExportMbox.MboxListener -
Uses of IMAP.IMAPChunkListener in org.apache.commons.net.imap
Fields in org.apache.commons.net.imap declared as IMAP.IMAPChunkListener Modifier and Type Field Description private IMAP.IMAPChunkListenerIMAP. __chunkListenerstatic IMAP.IMAPChunkListenerIMAP. TRUE_CHUNK_LISTENERImplementation of IMAPChunkListener that returnstruebut otherwise does nothing.Methods in org.apache.commons.net.imap with parameters of type IMAP.IMAPChunkListener Modifier and Type Method Description voidIMAP. setChunkListener(IMAP.IMAPChunkListener listener)Sets the current chunk listener.
-