IPWorks OpenPGP 2020 Kotlin Edition

Questions / Feedback?

MailboxList Event

Fired for each mailbox received through the ListMailboxes and ListSubscribedMailboxes methods.

Syntax

public open class DefaultPimapEventListener : PimapEventListener {
  ...
  public override fun mailboxList(e: PimapMailboxListEvent) {}
  ...
}

public class PimapMailboxListEvent {
  val mailbox: String?
  val separator: String?
  val flags: String?
}

Remarks

This method is fired for each mailbox received through the ListMailboxes and ListSubscribedMailboxes methods. The Separator parameter contains the character that separates the different parts in the mailbox path hierarchy.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks OpenPGP 2020 Kotlin Edition - Version 20.0 [Build 7941]