IPWorks OpenPGP 2020 Python Edition

Questions / Feedback?

password Property

The password for the mailbox user.

Syntax

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

password = property(get_password, set_password)

Default Value

""

Remarks

This property contains the password for the mailbox user. This property must be set before the class connects to the mail_server.

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