Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: immanence on April 26, 2011, 04:05:32 PM

Title: how to install the Accounts plugin
Post by: immanence on April 26, 2011, 04:05:32 PM
Please forgive me. I'm not literate in code.

I'm having problems with the instructions on how to install the Accounts plugin. Basically, I don't understand how to do stages 2, 3, and 4.

Can anyone help, maybe with plain English and examples of what I need to do?

Thanks!

______________________________________

Function: Allows users to configure multiple IMAP profiles from preconfigured servers

Required Plugins: settings

1: copy the "accounts" folder to your plugin directory.
   \plugins\accounts

2: copy \plugins\accounts\config\config.inc.php.dist
   as \plugins\accounts\config\config.inc.php
   **config.inc.php.dist must be present in the folder

3:  configure config.inc.php with your list of remote IMAP servers.

4: use the provided SQL scripts (MSSQL / Mysql) to create the "accounts" table in your database

5: add "accounts" to your plugin array settings in your \config\main.inc.php

   $rcmail_config['plugins'] = array('settings','accounts')
   
Once configured, you should have "Remote IMAP Accounts" menu item under the "Account Administration" listing in Settings
Title: Re: how to install the Accounts plugin
Post by: Cubel on June 30, 2016, 10:42:17 AM

Where did you get this plugin?
I 'm looking for plugins to have different accounts.
Title: Re: how to install the Accounts plugin
Post by: SKaero on June 30, 2016, 12:02:44 PM
That plugin is no longer developed and sadly there is no equivalent plugin.