Author Topic: how to autofill email address?  (Read 11729 times)

Offline andrewjs18

  • Jr. Member
  • **
  • Posts: 30
how to autofill email address?
« 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?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: how to autofill email address?
« Reply #1 on: October 13, 2012, 01:13:51 AM »
I think your looking for the automatic addressbook plugin http://code.crapouillou.net/projects/roundcube-plugins

Offline andrewjs18

  • Jr. Member
  • **
  • Posts: 30
Re: how to autofill email address?
« Reply #2 on: October 13, 2012, 01:53:47 AM »
thanks, I do believe it is.

I'll add that tomorrow.

Offline andrewjs18

  • Jr. Member
  • **
  • Posts: 30
Re: how to autofill email address?
« Reply #3 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: how to autofill email address?
« Reply #4 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.

Offline andrewjs18

  • Jr. Member
  • **
  • Posts: 30
Re: how to autofill email address?
« Reply #5 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.
« Last Edit: October 15, 2012, 12:20:28 AM by andrewjs18 »