Client: RMS Digital Services (in-house)
Visit website — rms-ds.comEngineering case: Mono (SQLite, single binary) and Unified/Mono Pro (PostgreSQL + Redis) — search, threading, MCP, and Docker deployment.
RMS Mail is a self-hosted platform for working with email, built around the idea of full autonomy, predictable performance, and separation of the interface from the mail infrastructure.
Unlike classic webmail solutions, RMS Mail does not rely on direct IMAP interaction in the user interface. All synchronization, indexing, and search operations are performed on the backend side, ensuring stable interface performance regardless of mail volume.
Traditional webmail systems work directly via IMAP, which leads to:
RMS Mail solves this problem architecturally — by moving all heavy operations to the backend.
RMS Mail splits the system into two layers:
All resource-intensive operations are performed asynchronously:
This allows the interface to remain responsive regardless of mailbox size.
RMS Mail is developed as a product line for different use cases and load levels.
A lightweight edition for a single user or small organizations.
Mono is designed for quick deployment and minimal infrastructure.
Suitable for developers, individual use, small workgroups and organizations, as well as small self-hosted scenarios without complex infrastructure.
A high-performance edition for large email volumes and long-term operation in organizations and teams.
Mono Pro retains the one user = one mailbox model but adds an infrastructure layer for load scaling.
Mono Pro is designed for users and organizations working with large volumes of email daily.
A full-fledged multi-user platform for working with multiple email accounts in a single interface.
Unified extends the RMS Mail concept to the level of a workspace for handling large email streams.
Unified is the foundation for enterprise scenarios and future integrations.
All editions are built on a unified architecture:
The difference between editions is not in the code, but in the level of infrastructure and scalability.
RMS Mail is delivered as a ready-to-use self-hosted solution:
RMS Mail is not webmail on top of IMAP.
It is an architecturally separated email system where the interface, synchronization, and data processing work independently of each other, ensuring stable performance regardless of email volume.