SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

BeforeAuth Event

Fires before the authentication starts.

Syntax

public open class DefaultPop3clientEventListener : Pop3clientEventListener {
  ...
  public override fun beforeAuth(e: Pop3clientBeforeAuthEvent) {}
  ...
}

public class Pop3clientBeforeAuthEvent {
}

Remarks

The component fires this event when it has established the TCP connection and is ready to proceed to the user authentication step.

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