Author Topic: Customization  (Read 3909 times)

Offline faramant

  • Newbie
  • *
  • Posts: 3
Customization
« on: April 14, 2021, 06:29:33 AM »
Good day!
I need to finalize the roundcube for the needs of my company. That is, we need commercial revision of some functions in the form of plugins.
Please advise where (or to whom) it is better to turn?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Customization
« Reply #1 on: April 15, 2021, 01:25:53 AM »
What do you need done? I maybe able to help depending on the work required.

Offline faramant

  • Newbie
  • *
  • Posts: 3
Re: Customization
« Reply #2 on: April 15, 2021, 03:55:11 AM »
Good day!
We have roundcube installed in this configuration.
// PLUGINS
// ----------------------------------
// List of active plugins (in plugins/ directory)
$config['plugins'] = array(
   'archive',
   'acl',
   'managesieve',
   'libkolab',
   'libcalendaring',
   'calendar',
   'rcsample',
   'contextmenu',
   'html5_notifier',
   'custom_from',
//   'ident_switch',
);

The task is quite extensive. We have broken it down into subtasks.

Here is the first one. We would like to receive PIM data from the mail server - Calendar / Contacts / Tasks  get data by ActiveSync. In this configuration, it is possible to work only with this RoundCube database. Specifically, this applies to plugins calendar, libcalendaring. That is, there are calendars, you can create events, appointments, etc. in them, but they do not read data from the server. We want to receive data from the CommuniGate mail server (https://www.communigate.ru/).

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Customization
« Reply #3 on: April 15, 2021, 02:53:24 PM »
It looks like that would be a bigger job than I have availably for currently. Building a ActiveSync connection would be quite a bit of work.

Offline faramant

  • Newbie
  • *
  • Posts: 3
Re: Customization
« Reply #4 on: April 16, 2021, 09:26:02 AM »
I propose to move the discussion to the mail.