SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_command Event

Reports a command sent to the server.

Syntax

class IMAPClientCommandEventParams(object):
  @property
  def cmd() -> str: ...

# In class IMAPClient:
@property
def on_command() -> Callable[[IMAPClientCommandEventParams], None]: ...
@on_command.setter
def on_command(event_hook: Callable[[IMAPClientCommandEventParams], None]) -> None: ...

Remarks

The class fires this event whenever it sends an IMAP command to the server. Use on_command_reply and on_command_reply_data to track the server's responses.

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