Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: andrewjs18 on October 13, 2012, 12:06:53 AM

Title: how to autofill email address?
Post by: andrewjs18 on October 13, 2012, 12:06:53 AM
how do I get roundcube to autofill in email addresses that I've sent email to in the past?
Title: Re: how to autofill email address?
Post by: SKaero on October 13, 2012, 01:13:51 AM
I think your looking for the automatic addressbook plugin http://code.crapouillou.net/projects/roundcube-plugins
Title: Re: how to autofill email address?
Post by: andrewjs18 on October 13, 2012, 01:53:47 AM
thanks, I do believe it is.

I'll add that tomorrow.
Title: Re: how to autofill email address?
Post by: andrewjs18 on October 13, 2012, 10:05:17 AM
Hi,

I've got a quick question with the plugin.

what does the author mean by this? 

"2. Execute the relevant SQL/<db engine>.initial.sql script on your database (process depends on your DB engine)"

the file has been unzipped and move to the /roundcube/plugins folder already, so that part is done.
Title: Re: how to autofill email address?
Post by: SKaero on October 13, 2012, 03:47:41 PM
For example if your using mysql run the SQL/mysql.initial.sql in the RoundCube database to add the necessary database tables.
Title: Re: how to autofill email address?
Post by: andrewjs18 on October 15, 2012, 12:09:12 AM
hmn...for some reason I cannot get this to work.

the plugin is located in the /plugins folder, the mysql.initial.sql query was ran on the roundcube database, I added the php to the main.inc.php file and moved the config.inc.php.dist to the /config folder and renamed it to config.inc.php...

after all that I restart apache, postfix and courier, logged out of roundcube and cleared my browser's cache/cookies.

I do not see any addresses being added to my address book automatically.

edit, I got it to work.  for anyone wanting to use this plugin and is having problems, make sure when you move the plugin to the /plugins folder, you rename it to automatic_addressbook or it doesn't seem to work.