https://github.com/captainerd/roundcube-plugin-multiaccount
A Roundcube webmail plugin that adds seamless multi-account support with easy switching—just like Gmail. Plus, it offers a “Remember Me” option on login to keep you signed in indefinitely
https://github.com/captainerd/roundcube-plugin-multiaccount
multiaccount plugin remember-me roundcube webmail
Last synced: about 1 year ago
JSON representation
A Roundcube webmail plugin that adds seamless multi-account support with easy switching—just like Gmail. Plus, it offers a “Remember Me” option on login to keep you signed in indefinitely
- Host: GitHub
- URL: https://github.com/captainerd/roundcube-plugin-multiaccount
- Owner: captainerd
- Created: 2025-06-08T04:10:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-08T04:45:09.000Z (about 1 year ago)
- Last Synced: 2025-06-08T05:41:15.736Z (about 1 year ago)
- Topics: multiaccount, plugin, remember-me, roundcube, webmail
- Language: PHP
- Homepage:
- Size: 397 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Roundcube Plugin: MultiAccount Switcher
This plugin does exactly what the title says — brings (to me, the most important feature) to make any webmail client remotely usable.
## What it does
1. **Multiple accounts under one login:**
Save multiple accounts to your main login. Once logged in, you can switch back and forth between accounts easily, just like Gmail or similar modern webmail clients.
**What it *doesn't* do:**
It does **not** merge all emails into one inbox. Accounts stay separate, just easily accessible without logging out.
2. **Remember Me option:**
Adds a “Remember Me” checkbox on the login page so you stay logged in indefinitely — no more typing your password like an idiot every single time.



## IMPORTANT NOTES
Roundcube is basically an ancient dinosaur. It still calls themes (or templates) “skins.” This plugin is designed **only** for the “elastic” skin — the only skin that supports Bootstrap and actually works.
The rest of the skins are relics from the 80s with messy CSS/HTML and **won't work** with this plugin.
If you have any skin built on or based on elastic (following the same HTML structure, IDs, and Bootstrap framework), it will probably work fine.
## How to install
Easy peasy:
- Copy the folder `multiaccount_switcher` to your `plugins` directory
- Enable it in `config.inc.php` by adding `'multiaccount_switcher'` to the plugins array
- Example:
```bash
git clone http://github.com/captainerd/roundcube-plugin-multiaccount plugins/multiaccount_switcher
# roundcube-plugin-multiaccount