public static interface IMAP.IMAPChunkListener
IMAP.setChunkListener(IMAPChunkListener)
in order to get access to multi-line partial command responses.
Useful when processing large FETCH responses.Modifier and Type | Method and Description |
---|---|
boolean |
chunkReceived(IMAP imap)
Called when a multi-line partial response has been received.
|
boolean chunkReceived(IMAP imap)
imap
- the instance, get the response by calling IMAP.getReplyString()
or IMAP.getReplyStrings()
true
if the reply buffer is to be cleared on returnCopyright © 2001–2022 The Apache Software Foundation. All rights reserved.