SecureBlackbox 2020 Python Edition

Questions / Feedback?

server_info_resp_codes_supported Property

Indicates whether the POP3 server supports the RESP-CODES extension.

Syntax

def get_server_info_resp_codes_supported() -> bool: ...

server_info_resp_codes_supported = property(get_server_info_resp_codes_supported, None)

Default Value

FALSE

Remarks

Indicates whether the POP3 server supports the RESP-CODES extension.

The RESP-CODES capability indicates that any response text issued by this server which begins with an open square bracket ("[") is an extended response code (see section 8 of RFC 2449). For more information see For more information see RFC 2449, Section 6.4.

This property is read-only.

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