Roundcube is a free email client anyone can use. It works as almost any other email client in that it sends, receives and saves messages, has a folder system for organization, spell checking capabilities and the option to search through your messages. To add an email to this Web mail client, you must connect it with another personal email account of yours. To do this, you will have to install and configure the program. You should have already set up your database prior to adding your email to Roundcube. “CREATE DATABASE roundcubemail; GRANT ALL PRIVILEGES ON roundcubemail.* TO username@localhost IDENTIFIED BY ‘password’;” Replace “roundcubemail” with your choice of database name. Replace “username@localhost” with the email address that you would like to add to Roundcube. Replace “password” with the password of the email that you would like to add to Roundcube. “FLUSH PRIVILEGES;”
