SecureBlackbox 2020 Java Edition

Questions / Feedback?

BeforeAuth Event

Fires before the authentication starts.

Syntax

public class DefaultPop3clientEventListener implements Pop3clientEventListener {
  ...
  public void beforeAuth(Pop3clientBeforeAuthEvent e) {}
  ...
}

public class Pop3clientBeforeAuthEvent {
}

Remarks

The class 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 Java Edition - Version 20.0 [Build 8156]