IPWorks OpenPGP 2020 Python Edition

Questions / Feedback?

message_headers_string Property

String version of the MIME message headers.

Syntax

def get_message_headers_string() -> str: ...
def set_message_headers_string(value: str) -> None: ...

message_headers_string = property(get_message_headers_string, set_message_headers_string)

Default Value

""

Remarks

The component fills out message_headers_string upon encoding. The user should use them as additional headers when emailing the message.

This property contains a string version of the MIME message headers. During decoding, if this property is empty the class will try to find the headers in the beginning of the message and will fill out this property accordingly.

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