1 रिपॉजिटरी
Storing IMAP indexes and metadata in SQL databases while keeping message bodies in separate blob stores.
Distinct from SQLite or PostgreSQL Storage: Distinct from SQLite or PostgreSQL Storage: focuses on the hybrid storage pattern for email messages, not general application data persistence.
Explore 1 awesome GitHub repository matching data & databases · SQL-Backed Message Stores. Refine with filters or upvote what's useful.
Maddy is a modular mail server that assembles a complete email system by connecting small, single-purpose modules through a declarative configuration file. Rather than a monolithic stack, it lets operators compose message processing, storage, authentication, and security enforcement from interchangeable building blocks, with each module handling a specific function like receiving SMTP connections, verifying credentials, or applying policy checks. The server distinguishes itself through its flexible authentication and security architecture. It delegates user verification to external systems in
Stores IMAP indexes and message metadata in SQLite, PostgreSQL, or CockroachDB while keeping message bodies in a separate blob store.