search for: rcmail

Displaying 1 result from an estimated 1 matches for "rcmail".

Did you mean: dcmail
2009 Oct 11
1
problem with old stable 0.1.1 roundcubemail contained in the deposit EPEL
...ver mysql mysql -u roundcubemail -p create database roundcubemail; ?GRANT SELECT, INSERT, UPDATE, DELETE ON roundcubemail.* TO 'roundcubemail'@'localhost' IDENTIFIED BY '*****'; ?FLUSH PRIVILEGES; quit I applied a small patch personal // application constants define('RCMAIL_VERSION', '0.1.1'); define('RCMAIL_CHARSET', 'UTF-8'); define('JS_OBJECT_NAME', 'rcmail'); // define global vars $OUTPUT_TYPE = 'html'; $INSTALL_PATH = dirname(__FILE__); $MAIN_TASKS = array('mail','settings','addressbook'...