SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_command_data Event

Returns the data that accompanies the command.

Syntax

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

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

Remarks

Subscribe to this event to access data accompanying the outgoing commands.

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