Roundcube
Two decades of continuous development made Roundcube the standard-bearer of open-source
webmail - a PHP IMAP client that gives any mail server a polished, application-like interface
in the browser. It connects to whatever IMAP/SMTP stack you run - Dovecot, Postfix, a hosted
mailbox - and delivers the full desktop-client experience: drag-and-drop message management,
threaded conversation views, full MIME and HTML mail handling, find-as-you-type address book
with groups and LDAP connectors, multiple sender identities, full-text search, and spell
checking in dozens of languages. The default Elastic skin is genuinely responsive, working as
well on a phone as a desktop, and the entire UI is skinnable. The plugin API is where
deployments get shaped: managesieve exposes server-side filter management in the UI, enigma
brings PGP encryption and signing via GnuPG, markasjunk trains spam filters, zipdownload
batches attachments, password lets users change credentials, and attachment_reminder catches
the classic forgotten-attachment email - among hundreds of community plugins. Built-in caching
keeps large mailboxes fast, IMAP ACLs and shared folders support team setups, and XSS
protection is engineered into the rendering pipeline. It scales from a single personal mailbox
to unlimited users, backed by MySQL, MariaDB, PostgreSQL, or SQLite. GPL-licensed with regular
security releases.
Deploy