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 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
Implementation of IMAPChunkListener that 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.
-