Author Topic: Multiple Accounts  (Read 4739 times)

Offline PureLoneWolf

  • Newbie
  • *
  • Posts: 7
Multiple Accounts
« on: November 23, 2009, 05:26:49 AM »
This is probably staring me in the face, but I am quite possibly suffering a meltdown.

I am looking to move away from having a local client on my PC and move to web only.

I have tried to use Gmail and other offerings, but I hate the clients they use.  I like Roundcube.

The thing is, I have 4 email accounts across 2 domains that I want to use and I would prefer to do it without having to log out/in each time and obviously I would like to have all of my email in one place, not in 4.

Essentially I want to replace Thunderbird with something online.

Can Roundcube do this?  Can anything do this?

Many thanks in advance.

Dave

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Multiple Accounts
« Reply #1 on: November 23, 2009, 05:41:54 AM »
Check accounts plugin from myroundcube bundle (see footer). It is able to switch between multiple IMAP accounts within one session. But it is not able to drag/drop or move messages between different accounts.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline PureLoneWolf

  • Newbie
  • *
  • Posts: 7
Multiple Accounts
« Reply #2 on: November 23, 2009, 06:07:38 AM »
Thanks - I saw that, and uploaded it to the plugins folder...but I can't see how to use it.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Multiple Accounts
« Reply #3 on: November 23, 2009, 06:29:31 AM »
In your /config/main.inc.php edit the plugin line:
Code: [Select]
$rcmail_config['plugins'] = array();
to:
Code: [Select]
$rcmail_config['plugins'] = array('accounts');

Offline PureLoneWolf

  • Newbie
  • *
  • Posts: 7
Multiple Accounts
« Reply #4 on: November 23, 2009, 06:57:06 AM »
Thanks - Giving it a try now - Seems to be a reasonable compromise for when I am away from home, it doesn't allow me to drop Thunderbird just yet though unfortunately

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Multiple Accounts
« Reply #5 on: November 23, 2009, 06:58:25 AM »
Please notice that "accounts" plugins requires "settings" plugin which is bundled with myroundcube plugins.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline PureLoneWolf

  • Newbie
  • *
  • Posts: 7
Multiple Accounts
« Reply #6 on: November 23, 2009, 07:01:24 AM »
Thanks - I saw that in the script itself, so I have them both specified in the plugin array.

Works really well.  As I say, it's a shame that it can't be made to have all of the accounts downloading into 1 user account and group of folders.

Thanks for the help

Dave

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Multiple Accounts
« Reply #7 on: November 23, 2009, 07:04:21 AM »
What you need is something like "Fetchmail" (Fetchmail) or GetMail (http://getmail.software.informer.com/4.0/) for Windows.
« Last Edit: November 23, 2009, 07:08:26 AM by rosali »
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Eyespy

  • Newbie
  • *
  • Posts: 1
Did you get this set up the way you wanted?
« Reply #8 on: December 18, 2009, 12:06:33 PM »
Quote from: PureLoneWolf;23289
Thanks - I saw that in the script itself, so I have them both specified in the plugin array.

Works really well.  As I say, it's a shame that it can't be made to have all of the accounts downloading into 1 user account and group of folders.

Thanks for the help

Dave


Hi Dave-
We have the same issue- I want a webmail that works the same as Thunderbird. Did you ever get it set up to operate the same with your multiple addresses?
Thanks
Melanie

Offline PureLoneWolf

  • Newbie
  • *
  • Posts: 7
Multiple Accounts
« Reply #9 on: December 18, 2009, 12:23:03 PM »
Hi

Unfortunately not, the closest I can get is to have a list of accounts that I can choose and it switches to the different inbox..using the methods above.

It's not ideal, but it works for now..