SecureBlackbox 2020 Java Edition

Questions / Feedback?

Command Event

Reports a command sent to the server.

Syntax

public class DefaultPop3clientEventListener implements Pop3clientEventListener {
  ...
  public void command(Pop3clientCommandEvent e) {}
  ...
}

public class Pop3clientCommandEvent {
  public String cmd;
}

Remarks

The class fires this event whenever it sends a POP3 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 Java Edition - Version 20.0 [Build 8156]