SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

MailboxStatus Event

Reports the mailbox status returned from the server.

Syntax

public open class DefaultImapclientEventListener : ImapclientEventListener {
  ...
  public override fun mailboxStatus(e: ImapclientMailboxStatusEvent) {}
  ...
}

public class ImapclientMailboxStatusEvent {
  val name: String?
  val totalMessages: Int
  val recentMessages: Int
  val unseenMessages: Int
  val nextUID: Int
  val uidValidity: Int
}

Remarks

Subscribe to this event to be notified of mailbox status as returned by the IMAP server.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Kotlin Edition - Version 20.0 [Build 8063]