Cloud Mail 2020 Python Edition

Questions / Feedback?

auto_decode_parts Property

Determines whether to automatically decode message parts.

Syntax

def get_auto_decode_parts() -> bool: ...
def set_auto_decode_parts(value: bool) -> None: ...

auto_decode_parts = property(get_auto_decode_parts, set_auto_decode_parts)

Default Value

TRUE

Remarks

This property determines whether or not to automatically decode message parts. Message parts, especially binary message parts, are normally sent by the server encoded (Base64 or other format). If this setting is False, the parts will not be automatically decoded.

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