mail_parse_email
Parse email blobs as RFC 5322 messages to view .eml attachments or forwarded content without importing into a mailbox.
Instructions
Parse one or more blobs as RFC 5322 messages without importing them.
Useful for viewing .eml attachments or forwarded messages stored as blobs. Metadata fields (mailboxIds, keywords, receivedAt) will be null since the message is not in the mail store.
Args: blob_ids: List of blobIds to parse (e.g. from mail_download_attachment).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blob_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |