public static class IMAPProtocol
extends java.lang.Object
This class extends the iap.Protocol object and implements IMAP
semantics. In general, there is a method corresponding to each
IMAP protocol command. The typical implementation issues the
appropriate protocol command, collects all responses, processes
those responses that are specific to this command and then
dispatches the rest (the unsolicited ones) to the dispatcher
using the notifyResponseHandlers(r)
.
- See Also:
- Serialized Form