Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: MobyCash on February 22, 2017, 06:34:24 PM

Title: Email
Post by: MobyCash on February 22, 2017, 06:34:24 PM
How do I set it up so that my email address and password is entered automatically when I wish to email instead of me having to re-enter both each time?
Title: Re: Email
Post by: SKaero on February 23, 2017, 01:14:04 AM
You can add the login_autocomplete option to your Roundcube config.
Code: [Select]
// Allow browser-autocompletion on login form.
// 0 - disabled, 1 - username and host only, 2 - username, host, password
$config['login_autocomplete'] = 0;
Title: Re: Email
Post by: alanmclean on February 28, 2017, 05:12:48 PM
I have same question but cannot find config in the menu on rhs of screen. I would be very grateful if you could direct me.

It takes a couple of minutes to log on every time and it would be nice if this were done automatically.

Even better could the Roundcube emails be read by Apple mail on my Mac to avoid me logging in every time. I have been given webmail access by a club admin.

Regards

Alan
Title: Re: Email
Post by: SKaero on February 28, 2017, 05:17:01 PM
You need access to the Roundcube config file to change the settings. Roundcube runs on top of IMAP so you should be able to get the IMAP information from the Roundcube administrator and get mail directory from the mail server from other mail clients.