howdy,just submitted a feature request and the patches necessary to make it work againt current roundcube cvs:
http://sourceforge.net/tracker/index.php?func=detail&aid=1327791&group_id=139281&atid=742850 comments, criticism, question and testing more than welcome.attached here are two files that illustrate how the patches work. just change the username and password and set the path in the config file appropriately.
cheers justin'roundcube_auth.php', 'imap_error_redirect' => false, 'logout_redirect' => false, 'auth_func' => 'get_roundcube_imap_credentials'); /***** these settings can be overwritten by user's preferences *****/ // show up to X items in list view $rcmail_config['pagesize'] = 40; // use this timezone to display date/time $rcmail_config['timezone'] = 1; // prefer displaying HTML messages $rcmail_config['prefer_html'] = TRUE; // show pretty dates as standard $rcmail_config['prettydate'] = TRUE; // end of config file ?>
roundcube_auth.php
Description: application/php
