Event types

Top  Previous  Next

The Imap class is the source for several IMAP related events.  All events may be captured by registering your class as a listener by implementing the ImapListener class or subclassing the ImapAdapter class.  These events are described below.

 

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.

 





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC