Heya all,

I am trying to develop a plugin that would change the default_host 
config variable. The issue is quite similar to following thread:
http://lists.roundcube.net/mail-archive/dev/2009-09/0000049.html

If I set up the authenticate plugin hook, the return host value, should 
also be listed in config.inc.php (reference: program/include/rcmail.php 
line 439), so that means that if I have multiple IMAP backends, all of 
them must be listed in config.inc.php default_host variable.
Meanwhile, that means that on login page drop down box appears 
(loginform object in rcube_template.php).

So, is there a way to skip server drop down box on login page and 
properly use authenticate hook to set up the host parameter.

If this is not possible, I would omit host parameter in authenticate 
hook, since it cannot be altered.

Pedro R. Benito da Rocha made a good suggestion that 'skip dialog' 
config option could be present and used in rcube_template.php to skip 
server box display. IMHO that is the way to deal with it...

regards, Jernej
_______________________________________________
List info: http://lists.roundcube.net/dev/

Reply via email to