ImapVanishedEvent constructor
ImapVanishedEvent(
- MessageSequence? vanishedMessages,
- bool isEarlier,
- ImapClient imapClient
Implementation
ImapVanishedEvent(
this.vanishedMessages, this.isEarlier, ImapClient imapClient)
: super(ImapEventType.vanished, imapClient);