get_email_headers
Get email metadata (from, to, cc, subject, date, message-id, reply-to) for a given UID without downloading the body. Quickly identify important messages in a mailbox.
Instructions
Hämta headers för ett e-post utan att ladda body (snabb operation).
Args: uid: E-postets UID mailbox: Mappnamn (standard: INBOX)
Returns: Dict med from, to, cc, subject, date, message_id, reply_to — eller None om ej hittat
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| mailbox | No | INBOX |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |