ImapVanishedEvent constructor

ImapVanishedEvent(
  1. MessageSequence? vanishedMessages,
  2. bool isEarlier,
  3. ImapClient imapClient
)

Implementation

ImapVanishedEvent(
    this.vanishedMessages, this.isEarlier, ImapClient imapClient)
    : super(ImapEventType.vanished, imapClient);