Documentation
Sign inGet started

bird email inbound-messages get

Usage

Contoh kode
bird email inbound-messages get <inbound-message-id> [flags]

Description

Fetch one received email's parsed metadata: addresses, subject, threading headers, authentication results, and the attachment manifest. Use email_inbound_messages_body for the body, email_inbound_messages_raw for the original MIME, and email_inbound_messages_attachment for attachment bytes.

Examples

Contoh kode
bird email inbound-messages get <id>
bird email inbound-messages get <id> -f text
# find an id to pass
bird email inbound-messages list

Options

NameDescription
--response-schemaPrint the fields this command returns, then exit
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 listList received emails
bird email inbound-messages rawDownload a received email's raw content