{"repo":"tecnologicachile/mail-mcp","free":true,"listed":false,"github":"https://github.com/tecnologicachile/mail-mcp","clone":"git clone https://github.com/tecnologicachile/mail-mcp.git","description":"Secure IMAP/SMTP/EWS/Graph API MCP server in Rust — Microsoft 365, Hotmail, Gmail, Zoho, OAuth2, multi-account","language":"Rust","stars":57,"topics":[],"license":"MIT","category":"mcp-servers","readme_excerpt":"mail-mcp Production-ready email MCP server for AI agents IMAP + SMTP + EWS + Microsoft Graph API — built in Rust --- Most email MCP servers only do IMAP reads. This one does everything : read, search, send, reply, forward, bulk operations, Microsoft Graph API, and Exchange Web Services — with real OAuth2, multi-account, and multi-provider support. Written in Rust for speed and safety. What's New in v0.4.9 - New tool imap get attachment — download a single attachment to disk. Until now the only ways to reach attachment bytes were imap get message (which returns attachment metadata and optional extracted PDF text , never the binary) and imap get message raw (capped at 1 MB and base64-encoded into the response). A 7 MB email with X-ray images could not be retrieved at all — over the cap, and dumping it into the response would blow up the model's context anyway. - How it works: call imap get attachment with the message id plus a selector — either part id (the value imap get message reports for each attachment) or filename . The server fetches the full message (no size cap on the server side), extracts and decodes just that one part, and writes it to disk , returning { file path, filename, content type, part id, size bytes } . The binary never enters the response, so context stays small. The saved path feeds straight into a local reader (e.g. an image-description tool or a PDF reader). - Where files land: output dir argument if given, else the MAIL ATTACHMENT DOWNLOAD DIR environm","default_branch":null,"files":null,"tree":[],"storefront":"/r/tecnologicachile","claimed":false,"request_supported":{"post":"https://gitbuyer.com/r/tecnologicachile/mail-mcp/request-supported","requests":0},"note":"indexed from public GitHub; nothing is for sale on this page. Clone it from GitHub. Paid listings live at /search."}