public class ImapAdapter extends java.lang.Object implements ImapListener
| Constructor and Description |
|---|
ImapAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
commandSent(ImapCommandEvent event)
Invoked when command is sent to the IMAP server
|
void |
connected(ImapConnectedEvent event)
Invoked when connection to IMAP server is established.
|
void |
disconnected(ImapDisconnectedEvent event)
Invoked when connection to IMAP server is released.
|
void |
messageRetrieved(ImapMessageEvent event)
Invoked when message is retrieved from IMAP server.
|
void |
progress(ImapMessageProgressEvent event)
Invoked frequently during the download process of a message from IMAP server
|
void |
responseReceived(ImapResponseEvent event)
Invoked when a response is received from IMAP server
|
public void commandSent(ImapCommandEvent event)
commandSent in interface ImapListenerevent - a ImapCommandEventImapCommandEventpublic void connected(ImapConnectedEvent event)
connected in interface ImapListenerevent - a ImapConnectedEventImapConnectedEventpublic void disconnected(ImapDisconnectedEvent event)
disconnected in interface ImapListenerevent - a ImapDisconnectedEventImapDisconnectedEventpublic void messageRetrieved(ImapMessageEvent event)
messageRetrieved in interface ImapListenerevent - a ImapMessageEventImapMessageEventpublic void progress(ImapMessageProgressEvent event)
progress in interface ImapListenerevent - a ImapMessageProgressEventImapMessageProgressEventpublic void responseReceived(ImapResponseEvent event)
responseReceived in interface ImapListenerevent - a ImapResponseEventImapResponseEventCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved