Skip to main content
Glama

list_emails_from_domain

Retrieve emails from a specific domain's senders in your IMAP mailbox. Returns sorted results with identifiers for fetching full content.

Instructions

List all emails from a specific domain (e.g. "you.com" finds all emails from @you.com senders). Returns an array of {id, subject, from, date} objects sorted newest-first. The id is a globally unique identifier — use it with fetch_email_content to read the full email.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesThe domain to search for (e.g. "example.com"). Do not include the @ sign.
mailboxNoMailbox to list from. Default: "INBOX".

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/florianbuetow/imap-mini-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server