hi Roundcube Master
I have been using roundcube for a few years now ... and lurking on the
developers list for a few months.
I run a hosting company, for the last 9 years we have been using
squirrel mail (squirrely mail is the name our help desk have given it).
We have not adopted Round cube because it is missing 2 very key
features:
(I feel dirty now that I wrote Roundcube and Thunderbird on the same line as a MS want to be mail program)
the user save the USERNAME on the machine (see: http://newwebmail.affordhost.com) - I can provide the code for this is you wish ...
As I appreciate your program I hope to help make it better .... Thank you.
- "Remember me" - a feature that I have written a patch for that lets the user save the USERNAME on the machine (see: http://newwebmail.affordhost.com) - I can provide the code for this is you wish ...
This could be done with a plugin. And I even think there already is a plugin for that? Or doesnt Larry have hooks for a spot to put the remember me html?
Cor
On 2013-08-27 10:31, Matee Moshkovits wrote:
- "Remember me" - a feature that I have written a patch for that lets
the user save the USERNAME on the machine (see: http://newwebmail.affordhost.com) - I can provide the code for this is you wish ...
How is this different than the built-in option for browser auth caching?
// Allow browser-autocompletion on login form. // 0 - disabled, 1 - username and host only, 2 - username, host, password $rcmail_config['login_autocomplete'] = 0;