SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

Command Event

Reports a command sent to the server.

Syntax

public open class DefaultImapclientEventListener : ImapclientEventListener {
  ...
  public override fun command(e: ImapclientCommandEvent) {}
  ...
}

public class ImapclientCommandEvent {
  val cmd: String?
}

Remarks

The component fires this event whenever it sends an IMAP command to the server. Use CommandReply and CommandReplyData to track the server's responses.

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