关于
JMAP is an MCP server designed to streamline interaction with JMAP-compliant email services. Built with Deno and leveraging the jmap-jam client library, it provides a comprehensive suite of tools for managing emails and mailboxes. This server allows users to perform various email operations, including searching, retrieving, marking, moving, and deleting messages, as well as composing new emails and replying to existing ones. It adheres to JMAP RFC 8620/8621 compliance, incorporates robust input validation using Zod schemas, and supports pagination, making it a reliable and efficient solution for integrating email capabilities into various applications.
主要功能
- Full JMAP RFC 8620/8621 compliance via jmap-jam client library
- Mailbox and thread management capabilities with hierarchy support
- 140 GitHub stars
- Comprehensive email management (search, retrieve, mark, move, delete)
- Robust input validation with Zod schemas and pagination support for list operations
- Email composition and reply functionalities, including reply-all
使用案例
- Integrating JMAP email functionalities into existing systems
- Automating email workflows and management tasks
- Developing custom email client interfaces or applications