ImapMessagesExistEvent constructor

ImapMessagesExistEvent(
  1. int newMessagesExists,
  2. int oldMessagesExists,
  3. ImapClient imapClient
)

Creates a new IMAP event

Implementation

ImapMessagesExistEvent(
  this.newMessagesExists,
  this.oldMessagesExists,
  ImapClient imapClient,
) : super(ImapEventType.exists, imapClient);