Notes on Roundcube Mail
These are some notes for my future self on how to get data out of the roundcube mail database. This assume sqlite3 database but the SQL should also work with MySQL or PostgreSQL databases as well.
View schema
sqlite3 rc_sqlite.db ".schema"
List users
sqlite3 rc_sqlite.