Documentation
Sign inGet started

bird email inbound-messages raw

Usage

Codebeispiel
bird email inbound-messages raw <inbound-message-id> [flags]

Description

Download a received email's original bytes in RFC 5322 (MIME) format — the message exactly as it arrived, not the parsed fields. Use get for parsed metadata and body for the parsed HTML/text.
The bytes are written to --output when set, otherwise to stdout; redirect or pass --output to save a file:
bird email inbound-messages raw rem_123 --output message.eml

Examples

Codebeispiel
bird email inbound-messages raw <id> --output message.eml

Options

NameDescription
--output, -oWrite the bytes to this file instead of stdout
NameDescription
bird email inbound-messages attachmentDownload a received email's attachment
bird email inbound-messages attachmentsList a received email's attachments
bird email inbound-messages bodyGet a received email's body
bird email inbound-messages getGet a received email
bird email inbound-messages listList received emails