Export mail for the Mycelium runtime
imap_export_for_runtimeExport IMAP emails as RawItem-shaped records for the Mycelium runtime, enabling direct consumption without a translation layer.
Instructions
Emit messages as RawItem-shaped records for the Mycelium runtime.
The record shape matches memory-runtime-pro's RawItem field-for-field
(source, source_id, title, body, created_at, modified_at, author,
labels, metadata, relative_path), so the runtime's IMAP adapter can
consume these without a translation layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| mailbox | No | INBOX |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||