IPWorks OpenPGP 2020 Python Edition

Questions / Feedback?

message_headers_string Property

String version of RFC822-encoded headers of the message.

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

This property contains the full headers of the message in RFC822 format. The headers are retrieved by calling the fetch_message_headers or the fetch_message_part_headers method.

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