SecureBlackbox 2020 Python Edition

Questions / Feedback?

on_before_auth Event

Fires before the authentication starts.

Syntax

class IMAPClientBeforeAuthEventParams(object):

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

Remarks

The class fires this event when it has established the TCP connection and is ready to proceed to the user authentication step.

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