Skip to content

IMAP / SMTP

Connect any mailbox over IMAP (read & search) and SMTP (send) with host, port, and an app password — no OAuth required.

Connect with: API key · Type: imap · Tools: 5

ToolWhat it does
imap_list_messagesreadList the most recent messages in a mailbox folder (default INBOX), newest first.
imap_read_messagereadRead a single message by uid (and folder, default INBOX).
imap_search_messagesreadSearch a folder by sender, subject, free text, and/or date range (since/before, ISO dates).
smtp_create_draftwriteSave an email as a draft in the mailbox's Drafts folder (via IMAP APPEND) for the user to review and send manually.
smtp_send_messagewriteSend an email via SMTP.

Tool names are suffixed with the connection they run against when you have more than one — imap_list_messages@production. With a single connection the bare name works.

Docs as of 2026-08-31.