Uses of Interface
org.apache.commons.net.imap.IMAP.IMAPChunkListener
-
Packages that use IMAP.IMAPChunkListener Package Description org.apache.commons.net.examples.mail org.apache.commons.net.imap Basic IMAP and IMAPS support classes -
-
Uses of IMAP.IMAPChunkListener in org.apache.commons.net.examples.mail
Classes in org.apache.commons.net.examples.mail that implement IMAP.IMAPChunkListener Modifier and Type Class Description private static class
IMAPExportMbox.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.IMAPChunkListener
IMAP. chunkListener
static IMAP.IMAPChunkListener
IMAP. TRUE_CHUNK_LISTENER
ImplementsIMAP.IMAPChunkListener
to returnstrue
but otherwise does nothing.Methods in org.apache.commons.net.imap with parameters of type IMAP.IMAPChunkListener Modifier and Type Method Description void
IMAP. setChunkListener(IMAP.IMAPChunkListener listener)
Sets the current chunk listener.
-