You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional Headers field to the File structure (#1380)
add Headers field to support headers of an email file attachment.
Example:
```
"headers": {
"date": "Thu, 23 Jan 2025 18:09:25 +0100",
"in_reply_to": null,
"reply_to": null,
"message_id": "<email_provider_message_id>"
},
```
related to #1370
0 commit comments