Email Imap Fetch
Fetches emails from specified IMAP servers using credentials to extract content and attachments.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add email-imap-fetch npx -- -y @trustedskills/email-imap-fetch
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"email-imap-fetch": {
"command": "npx",
"args": [
"-y",
"@trustedskills/email-imap-fetch"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to retrieve emails directly from IMAP servers, allowing them to read message bodies and access attachments without manual intervention. It bridges the gap between email infrastructure and automated decision-making workflows.
When to use it
- Automating daily inbox triage by summarizing incoming correspondence.
- Triggering alerts when specific keywords appear in high-priority threads.
- Extracting data from invoices or receipts attached to emails for processing.
- Archiving important communications into structured databases or knowledge bases.
Key capabilities
- Connects securely to standard IMAP server configurations.
- Fetches email metadata including sender, subject, and date.
- Retrieves full message content and binary attachments.
- Supports filtering based on folders, dates, or search criteria.
Example prompts
- "Fetch all unread emails from my boss this week and summarize their key points."
- "Download any PDF invoices attached to emails received yesterday and list the amounts."
- "Check my 'Projects' folder for updates on the Q3 roadmap and report back."
Tips & gotchas
Ensure your AI agent has valid IMAP credentials (username, password, and server address) configured before execution. Some corporate email systems require SSL/TLS encryption or specific port settings that must be explicitly defined in the connection parameters.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.