SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_command_reply_data Event

Returns the data that accompanies a reply to a command.

Syntax

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

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

Remarks

Subscribe to this event to access data accompanying incoming command replies.

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