Author Topic: how to install the Accounts plugin  (Read 6474 times)

Offline immanence

  • Newbie
  • *
  • Posts: 3
how to install the Accounts plugin
« 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

Offline Cubel

  • Newbie
  • *
  • Posts: 1
Re: how to install the Accounts plugin
« Reply #1 on: June 30, 2016, 10:42:17 AM »

Where did you get this plugin?
I 'm looking for plugins to have different accounts.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: how to install the Accounts plugin
« Reply #2 on: June 30, 2016, 12:02:44 PM »
That plugin is no longer developed and sadly there is no equivalent plugin.