Documentation
Sign inGet started

bird email threads messages attachment

Usage

Codebeispiel
bird email threads messages attachment <thread-id> <message-id> <attachment-id> [flags]

Description

Download one attachment's raw bytes from a thread message. List the attachment manifest first with attachments to find an attachment id.
The bytes are written to --output when set, otherwise to stdout.

Examples

Codebeispiel
bird email threads messages attachment thr_123 rem_456 att_789 --output invoice.pdf

Options

NameDescription
--output, -oWrite the bytes to this file instead of stdout
NameDescription
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 rawDownload a thread message's raw RFC 5322 content
bird email threads messages replyReply to a thread message