Uses of Interface
org.apache.commons.net.imap.IMAP.IMAPChunkListener
Packages that use IMAP.IMAPChunkListener
-
Uses of IMAP.IMAPChunkListener in org.apache.commons.net.imap
Fields in org.apache.commons.net.imap declared as IMAP.IMAPChunkListenerModifier and TypeFieldDescriptionstatic final 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.IMAPChunkListenerModifier and TypeMethodDescriptionvoid
IMAP.setChunkListener
(IMAP.IMAPChunkListener listener) Sets the current chunk listener.