Hi! I want to increase interval between page refreshes (imap connections), so can I do this in "config" way?
$rcmail_config['session_lifetime'] = 10; $rcmail_config['keep_alive'] = 300; // added by me $rcmail_config['javascript_config'] = array('read_when_deleted', 'flag_for_deletion', 'keep_alive');
It's good or bad? What about draft_autosave and session_lifetime when are set to smaller values than keep_alive? Should I worry about that?
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252 LAN Management System Developer http://lms.org.pl
List info: http://lists.roundcube.net/users/
Hi all,
We have migrated from Squirrelmail to Roundcube, and by and large the
users love RC. One thing RC lacks though is an "out-of-office"
function; ie. something like the "vacation" plugin that Squirrel has.
In fact, I've had to keep the Squirrel alive so that people can set
their out-of-office messages from there.
So my question (to people who may have faced this issue) is: what are you using for the out-of-office function? Most of my users are not going to log on to the mail server and type '/usr/bin/vacation'! So I'm looking for something web based. I don't mind if it's not integrated with Roundcube, in fact I'd prefer it that way because many users are on Thunderbird, Outlook, Mac Mail, etc.
Thanks for any help you might provide.
Cheers, Roy