Documentation
Sign inGet started

bird email threads messages raw

Usage

Codevoorbeeld
bird email threads messages raw <thread-id> <message-id> [flags]

Description

Download a thread message's original RFC 5322 (MIME) bytes — the message exactly as it arrived. Use get for parsed metadata and body for parsed HTML/text.
The bytes are written to --output when set, otherwise to stdout.

Examples

Codevoorbeeld
bird email threads messages raw thr_123 rem_456 --output message.eml

Options

NameDescription
--output, -oWrite the bytes to this file instead of stdout
NameDescription
bird email threads messages attachmentDownload an attachment from a thread message
bird email threads messages attachmentsList a thread message's attachments
bird email threads messages bodyGet a thread message's original body
bird email threads messages getGet a message in a thread
bird email threads messages listList messages in a thread
bird email threads messages replyReply to a thread message