This project offers a robust, modular, and type-safe server designed to streamline email management. Built with Node.js and TypeScript, it leverages the IMAP protocol to enable a wide range of email-related functions, including listing folders, retrieving, searching, moving, and deleting messages, and managing flags. Its architecture uses Zod for strong type safety and runtime validation, and it implements the fastmcp Tool interface for composable operations, making it highly configurable and extensible for integrating with various email servers.
주요 기능
01IMAP Email Operations for comprehensive email server interaction
02Modular MCP Tools interface for composable operations
03Extensible architecture to add support for POP, SMTP, or JMAP
040 GitHub stars
05Configurable email server settings via files or environment variables
06Type Safety with Zod schemas for validation and inference