Cloud Mail 2020 Python Edition

Questions / Feedback?

fetch_message_raw Method

Retrieves the raw message of the specified message ID.

Syntax

def fetch_message_raw(message_id: str) -> None: ...

Remarks

This method retrieves the RFC822-encoded text of the specified message ID. The text is stored in the message property, as well as provided through the on_transfer event.

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