2005/10/12, justin randell justin@babel.com.au:
howdy,
i'm working on adding the ability to save user prefs and identities to file rather than to a db with roundcube.
Since RoundCube uses Pear::DB it also supports SQLite, which actually is file based. OK, it still needs the according PHP extension to work but it's an alternative if you don't have a database available.
if there's interest in adding this functionality to the roundcube core, i'm happy to submit patches and take feedback on making the changes fit with the application as a whole.
It depends on how you implement it. Now the whole data reading/writing is based on SQL queries. If you have a nice way for handling both DB and file based, please post the code and we will decide.
same goes for pgp.
A PGP implementation is planned for the future and it would be nice if anybody can make some suggestions for its implementation.
cheers, justin
Regards, Thomas