ietf-imap-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IETF_IMAP_USER | No | Username: 'anonymous' or Datatracker username | anonymous |
| IETF_IMAP_EMAIL | No | Email used as password for anonymous access | |
| IETF_IMAP_PASSWORD | No | Datatracker password (plaintext, not recommended) | |
| IETF_IMAP_MIN_INTERVAL | No | Minimum seconds between IMAP commands | 1.0 |
| IETF_IMAP_PASSWORD_CMD | No | Shell command to resolve password (e.g., op read ...) | |
| IETF_IMAP_PASSWORD_FILE | No | Path to file containing password | |
| IETF_IMAP_MAILBOX_PREFIX | No | Prefix for bare list names | Shared Folders/ |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_mailing_listsA | List IETF mailing-list mailboxes available over IMAP. Args:
pattern: IMAP LIST pattern, e.g. |
| search_listA | Search a mailing list, returning matching message summaries (newest first). Args:
list_name: Mailbox / list name, e.g. |
| page_listA | Page through a list's messages, newest first. Args:
list_name: Mailbox / list name, e.g. |
| get_messageA | Fetch a single message by UID (from a prior search/page result). Args:
list_name: Mailbox / list name, e.g. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/OR13/ietf-imap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server