SecureBlackbox 2020 Qt Edition

Questions / Feedback?

Command Event

Reports a command sent to the server.

Syntax

class POP3ClientCommandEventParams {
public:
  const QString &Cmd();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Command(POP3ClientCommandEventParams *e);
// Or, subclass POP3Client and override this emitter function. virtual int FireCommand(POP3ClientCommandEventParams *e) {...}

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 Qt Edition - Version 20.0 [Build 8154]