Event
|
Description
|
ImapConnectedEvent
|
The ImapConnectedEvent is published by the Imap instance once a connection to the IMAP server has been established. See JavaDoc for details on this event.
|
ImapDisconnectedEvent
|
The ImapDisconnectedEvent is published by the Imap instance once the connection to the IMAP server has been released. See JavaDoc for details on this event.
|
ImapCommandEvent
|
The ImapCommandEvent is published by the Imap instance for each command sent to the IMAP server. See JavaDoc for details on this event.
|
ImapResponseEvent
|
The ImapResponseEvent is published by the Imap instance for each response received from the IMAP server. See JavaDoc for details on this event.
|
ImapMessageEvent
|
The ImapMessageEvent is published by the Imap instance for each message retrieved from the IMAP server. See JavaDoc for details on this event.
|