Email workspace
Everything your agent needs to read and work with email.
MailAtlas stores clean email outputs as ordinary files and uses SQLite for lookup, dedupe,
exports, provenance, mailbox sync state, and message records.
Inbound Original raw email bytes, cleaned body text, normalized HTML snapshots, and metadata. raw/ html/ store.db
Assets Extracted inline images and regular file attachments associated with a document. assets
Exports JSON, Markdown, HTML, and PDF artifacts written from stored documents. exports/
Mailbox sync IMAP sync cursors for manual selected-folder sync. store.db
Outbound
Outbound .eml snapshots, body files, copied attachments, recipient metadata,
provider status, error details, and retry metadata.
outbound/ store.db
MailAtlas receives from Gmail API or IMAP, including IMAP password or OAuth-token auth. For
outbound email, it sends through SMTP, Cloudflare Email Service, or Gmail API OAuth.