SecureBlackbox 2020 Python Edition

Questions / Feedback?

password Property

A password to authenticate to the POP3 server.

Syntax

def get_password() -> str: ...
def set_password(value: str) -> None: ...

password = property(get_password, set_password)

Default Value

""

Remarks

Use this property together with username to provide an authentication password. In order to use OAuth 2.0 authentication to access the POP3 server, assign the access token to this property prepending it with "oauth:".

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