SecureBlackbox 2020 Python Edition

Questions / Feedback?

server_info_login_delay_supported Property

Indicates whether the POP3 server supports the LOGIN-DELAY extension.

Syntax

def get_server_info_login_delay_supported() -> bool: ...

server_info_login_delay_supported = property(get_server_info_login_delay_supported, None)

Default Value

FALSE

Remarks

Indicates whether the POP3 server supports the LOGIN-DELAY extension.

See server_info_login_delay property for the details.

This property is read-only.

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