syncgw/roundcube_plugin

Select address books, calendars, task lists, notes and mail in RoundCube for synchronization with sync*gw.

Fund package maintenance!
Other

Installs: 127

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:roundcube-plugin

9.20.7 2024-04-15 11:20 UTC

This package is auto-updated.

Last update: 2024-04-15 11:21:51 UTC


README

sync•gw is the one and only fully portable server software available providing synchronization service between nearly any mobile device and your web server.

roundcube_plugin bundle

With this Plugin you can specify in your RoundCube installation which address books, calendars, task lists and notes you want to synchronize with your cell phone / smart phone. For address boks you can specify whether you want to synchronize only contacts with a phone number specified or if you want to synchronize all contacts within this address book.

Requirements

To use this plugin, you need a functional RoundCube installation. To enable some post installation scrips you need to edit your composer.json file and add somewhere the following lines of code

 "scripts": {
     "post-package-install" : [
         "syncgw\\lib\\Setup::postInstall"
     ],
     "post-package-update" : [
         "syncgw\\lib\\Setup::postInstall"
     ],
 	"post-package-uninstall" : [
         "syncgw\\lib\\Setup::postUninstall"
 	]
 }

This script links vendor/syncgw/core-bundle/src/sync.php to sync.php which is the script used for synchronization and configuration of sync•gw.

Installation

  • Please install sync•gw plugin.

    composer require syncgw/roundcube_plugin
    
  • If you want to synchronize address books, then you don't need any additional RoundCube plugin.

  • If you want to use shared address books, then you need to install globaladdressbook-Plugin.

    composer require johndoh/globaladdressbook
    
  • If you want to synchronize calendar, then you need to install calender plugin.

    composer require kolab/calendar
    
  • If you want to synchronize tasklis, then you need to install tasklist plugin.

    composer require kolab/tasklist
    

    Caution: If you use the plugin and receive a error message in RoundCube log file, then please check file plugins/tasklist/config.inc.php. There $config['tasklist_driver'] = 'database'; should be specified.

  • If you want to synchronize notes, then you need to install ddnotes plugin.

    composer require dondominio/ddnotes 
    
  • Activate our plugin by adding plugin name in file config/config.inc.php

    $config['plugins'] = array(
     ...
     'roundcube_plugin',
     [the other optional plugins]
     ...
    );
    
  • Finally you need the sync•gw synchonization and GUI interface. Please go to your RoundCube installation directoy and copy the file

    copy (or cp) vendor\syncgw\core-bundle\src\sync.php .
    

Usage

  • Start sync•gw web interface by typing into your browser's URL bar http://[your-domain.tld]/[path to application directory]/sync.php.

  • Go to menu Settings and configure synchronization settings by selecting Synchronization settings.If this selection does not appear, then you did not install sync•gw in RoundCube root directory.

  • Now you're ready to synchronize your selected data with your cell phone / smart phone. If you need some help how to configure you device, take a look a sync•gw FAQ.

Trouble shooting hints

  • If you don't see any sync•gw logo, then you may probably need to modify .htacess file: Open file and search for RewriteRule ... vendor| .... Remove vendor| from that line and save file and try calling sync•gw again.

Please enjoy!

License

This plugin is released under the GNU General Public License v3.0.

Donation

If you like this software and you want support my work, feel free to send me a donation:

Donate with PayPal

[Documentation] [System requirements] [Available bundles] [List of all changes] [Additional Downloads] [Frequently asked questions]