On 27.12.2011 20:13, Enrico Bassetti wrote:
I'm working on roundcube source to add natively the multiple IMAP account support, and I created an abstraction class for rcube_imap. Beside that, I didn't want modify too much code, so I left many function calls as original, even that isn't the best option (I'm keeping my local SVN repo synced with roundcube trunk). I implemented successfully multiple account (IMAP and SMTP for now, I'm working to non-imap driver) and a simple authentication with LDAP. I'm using a simple DB table for login-to-account link.
I know that the goal of roundcube is to be a simple webmail, but what if we can support, for example, multiple accounts, centralized login, and more? We can leave to the sysadmin (who installs roundcube) the choice between a simple webmail and a more sophisticated webmail "application".
Beside that, I can help with roundcube development ;-)
Just share your code. As for the multi-account support, I think, it would be too much effort for now to do this well.