Documentation Index
Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt
Use this file to discover all available pages before exploring further.
EmailResource reads messages over IMAP and sends via SMTP, exposing the mailbox as a tree of folders and messages.
Node only. Requires
imapflow, mailparser, and nodemailer peers. The browser cannot speak raw TCP for IMAP/SMTP.Install
Config
| Field | Default | Notes |
|---|---|---|
imapHost | required | IMAP server hostname. |
imapPort | 993 | |
smtpHost | required | SMTP server hostname. |
smtpPort | 465 | |
username | required | Mailbox login. |
password | required | App password. Redacted in snapshots. |
useSsl | true | Implicit TLS for both IMAP and SMTP. |
maxMessages | 1000 | Hard ceiling per folder listing. |
Mount mode
read, write (sending mail via the synthesized /sent/ path).
For mailbox layout, search behavior, and synthesized date directories see the Python Email docs.