Appearance
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
| Tool | What it does | |
|---|---|---|
imap_list_messages | read | List the most recent messages in a mailbox folder (default INBOX), newest first. |
imap_read_message | read | Read a single message by uid (and folder, default INBOX). |
imap_search_messages | read | Search a folder by sender, subject, free text, and/or date range (since/before, ISO dates). |
smtp_create_draft | write | Save an email as a draft in the mailbox's Drafts folder (via IMAP APPEND) for the user to review and send manually. |
smtp_send_message | write | Send 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.