Changelog
Stay up to date with the latest changes to the MoMail API and platform.
Version 1.0.0 - Phase 1 Release
Section titled “Version 1.0.0 - Phase 1 Release”Release Date: May 8, 2026
We are excited to announce the Phase 1 release of MoMail, bringing AI-native email infrastructure to developers.
What’s New
Section titled “What’s New”Core Platform
Section titled “Core Platform”- Email Reception: Full SMTP support for receiving emails on custom domains
- Domain Management: Add, verify, and manage custom domains with DNS validation
- API Key Management: Create and manage API keys with granular permissions
- Vector Search: Semantic email search powered by embeddings
- Webhook Support: Real-time event notifications
REST API
Section titled “REST API”New endpoints available:
-
GET /domains- List all domains -
POST /domains- Create new domain -
GET /domains/:id- Get domain details -
POST /domains/:id/verify- Verify domain ownership -
DELETE /domains/:id- Remove domain -
GET /api-keys- List API keys -
POST /api-keys- Create new API key -
DELETE /api-keys/:id- Revoke API key -
POST /search- Semantic email search -
GET /search/suggestions- Search autocomplete -
GET /webhooks- List webhooks -
POST /webhooks- Create webhook -
PUT /webhooks/:id- Update webhook -
DELETE /webhooks/:id- Delete webhook -
GET /billing/subscription- Get subscription status -
GET /billing/usage- Get usage statistics -
POST /billing/checkout- Start subscription upgrade -
POST /billing/portal- Access billing portal
MCP Integration
Section titled “MCP Integration”Full Model Context Protocol support with StreamableHTTP transport:
search_emails- Natural language email searchget_email- Retrieve email by IDget_email_thread- Get conversation threadslist_mailboxes- View all mailboxes
See MCP Documentation for setup instructions.
Dashboard
Section titled “Dashboard”New web dashboard featuring:
- Domain verification workflow
- API key management
- Usage statistics and graphs
- Webhook configuration
- Billing management
Pricing & Plans
Section titled “Pricing & Plans”Three tiers available:
- Free: 100 emails/month, 1 domain, 20 API requests/minute
- Pro: $29/month, 10,000 emails/month, 10 domains, 100 API requests/minute
- Enterprise: Custom pricing, unlimited resources
See Pricing for complete details.
Authentication
Section titled “Authentication”API key authentication with the following features:
- Secure key generation with SHA-256 hashing
- Configurable expiration dates
- Rate limit enforcement per key
- Key revocation support
Security
Section titled “Security”- TLS 1.3 for all connections
- AES-256 encryption at rest
- API key authentication
- Webhook signature verification
- Rate limiting per account
Documentation
Section titled “Documentation”Complete documentation now available:
- Getting Started guide
- API Reference for all endpoints
- MCP Integration guide
- Rate limits and error codes
- Code examples in Python, JavaScript, and cURL
Known Limitations
Section titled “Known Limitations”Phase 1 has the following limitations that will be addressed in future releases:
- No outgoing email (SMTP sending) support
- Maximum 10 domains on Pro plan
- Webhook retry limited to 3 attempts
- Search results limited to 100 per query
- Attachment downloads not yet available via API
Bug Fixes
Section titled “Bug Fixes”None - this is the initial release.
Breaking Changes
Section titled “Breaking Changes”None - this is the initial release.
Deprecations
Section titled “Deprecations”None - this is the initial release.
Upcoming Features
Section titled “Upcoming Features”Planned for future releases:
Phase 2 (Q3 2026)
Section titled “Phase 2 (Q3 2026)”- Outgoing email (SMTP sending)
- Attachment download API
- Advanced search filters
- Team collaboration features
- Slack and Discord integrations
Phase 3 (Q4 2026)
Section titled “Phase 3 (Q4 2026)”- Mobile apps (iOS and Android)
- Additional MCP tools
- Custom webhook payloads
- Advanced analytics
- SSO/SAML support
Feedback
Section titled “Feedback”We would love to hear your feedback on Phase 1:
- Email: feedback@momail.io
- GitHub: github.com/momail/feedback
- Twitter: @momail
Thank you for using MoMail!