Modifier and Type | Method and Description |
---|---|
void |
ImapClient.resumeMonitoring(ImapMonitoringEventHandler callback,
ImapMonitoringErrorEventHandler errorCallback,
IImapMonitoringState monitoringState)
Resumes monitoring of message changes for specified folder.
|
void |
ImapClient.startMonitoring(ImapMonitoringEventHandler callback)
Deprecated.
Use overload with errorCallback argument instead.
|
void |
ImapClient.startMonitoring(ImapMonitoringEventHandler callback,
ImapMonitoringErrorEventHandler errorCallback)
Starts monitoring of message changes for XVHK4D9KDb.get(new byte[] { (byte)0xbd, (byte)0x1c, (byte)0xe7, (byte)0xa6, (byte)0x1d }) folder.
|
void |
ImapClient.startMonitoring(ImapMonitoringEventHandler callback,
ImapMonitoringErrorEventHandler errorCallback,
String folderName)
Starts monitoring of message changes for specified folder.
|
void |
ImapClient.startMonitoring(String folderName,
ImapMonitoringEventHandler callback)
Deprecated.
Use overload with errorCallback argument instead.
|