{"id":34004290,"url":"https://github.com/syncgw/roundcube_plugin","last_synced_at":"2026-04-08T19:33:01.962Z","repository":{"id":196899116,"uuid":"697414763","full_name":"syncgw/roundcube_plugin","owner":"syncgw","description":"Select addressbooks and/or calendars and/or tasks and/or notes in RoundCube for synchronization with sync•gw","archived":false,"fork":false,"pushed_at":"2026-01-05T14:43:03.000Z","size":80,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T12:40:18.970Z","etag":null,"topics":["calendar","contact","notes","roundcube","roundcube-plugin","task"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/syncgw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-27T17:21:23.000Z","updated_at":"2026-01-05T14:43:05.000Z","dependencies_parsed_at":"2023-10-03T11:39:32.721Z","dependency_job_id":"df5632a7-29e5-47d9-bc8a-9f895f7a4949","html_url":"https://github.com/syncgw/roundcube_plugin","commit_stats":null,"previous_names":["syncgw/roundcube-syncgw","syncgw/roundcube-plugin","syncgw/roundcube_plugin"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/syncgw/roundcube_plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncgw%2Froundcube_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncgw%2Froundcube_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncgw%2Froundcube_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncgw%2Froundcube_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syncgw","download_url":"https://codeload.github.com/syncgw/roundcube_plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syncgw%2Froundcube_plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31571600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["calendar","contact","notes","roundcube","roundcube-plugin","task"],"created_at":"2025-12-13T10:04:20.469Z","updated_at":"2026-04-08T19:33:01.934Z","avatar_url":"https://github.com/syncgw.png","language":"PHP","funding_links":["https://www.paypal.com/donate/?hosted_button_id=DS6VK49NAFHEQ"],"categories":[],"sub_categories":[],"readme":"# ![picture logo](https://github.com/syncgw/gui-bundle/blob/master/assets/syncgw.png \"sync•gw\") #\n \n![](https://img.shields.io/packagist/v/syncgw/roundcube-syncgw.svg)\n![](https://img.shields.io/packagist/l/syncgw/roundcube-syncgw.svg)\n![](https://img.shields.io/packagist/dt/syncgw/roundcube-syncgw.svg)\n \n**sync•gw** is the one and only fully portable server software available providing synchronization service between nearly any mobile device and your web server.\n\n## roundcube_plugin bundle ##\n\nWith this Plugin you can specify in your [RoundCube](https://roundcube.net) 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.\n\n**Requirements**\n\nTo use this plugin, you need a functional [RoundCube](https://roundcube.net) installation. To enable some post installation scrips you need to edit your `composer.json` file and add somewhere the following lines of code\n\n   ```\n\t\"scripts\": {\n        \"post-package-install\" : [\n            \"syncgw\\\\lib\\\\Setup::postInstall\"\n        ],\n        \"post-package-update\" : [\n            \"syncgw\\\\lib\\\\Setup::postInstall\"\n        ],\n\t\t\"post-package-uninstall\" : [\n            \"syncgw\\\\lib\\\\Setup::postUninstall\"\n\t\t]\n    }\n   ```\n\nThis script links `vendor/syncgw/core-bundle/src/sync.php` to `sync.php` or `public_html/sync.php` which is the script used for synchronization and configuration of **sync•gw**.\n\n**Installation**\n\n* Please install [sync•gw plugin](https://github.com/syncgw/roundcube_plugin).\n\n   ```\n  composer require syncgw/roundcube_plugin\n   ```\n\n* If you want to synchronize address books, then you don't need any additional RoundCube plugin.\n\n* If you want to use shared address books, then you need to install [globaladdressbook-Plugin](https://github.com/johndoh/roundcube-globaladdressbook).\n\n   ```\n   composer require johndoh/globaladdressbook\n   ```\n  \n* If you want to synchronize calendar, then you need to install [calender plugin](https://packagist.org/packages/kolab/calendar).\n\n   ```\n  composer require kolab/calendar\n   ```\n\n* If you want to synchronize tasklis, then you need to install [tasklist plugin](https://plugins.roundcube.net/packages/kolab/tasklist).\n\n   ```\n  composer require kolab/tasklist\n   ```\n  \n    **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.\n  \n* If you want to synchronize notes, then you need to install [ddnotes plugin](https://packagist.org/packages//dondominio/ddnotes).\n\n   ```\n  composer require dondominio/ddnotes \n   ```\n\n* Activate our plugin by adding plugin name in file `config/config.inc.php`\n\n   ```\n  $config['plugins'] = array(\n\t...\n\t'roundcube_plugin',\n\t[the other optional plugins]\n\t...\n  );\n   ```\n   \n* Finally you need the **sync•gw** synchonization and GUI interface. Please go to your RoundCube installation\ndirectoy and copy the file \n\n   ```\n   copy (or cp) vendor\\syncgw\\core-bundle\\src\\sync.php .\n   ```\n\n**Usage**\n\n* Start **sync•gw** web interface by typing into your browser's URL bar `http://[your-domain.tld]/[path to application directory]/sync.php`.\n\n* 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.\n* 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](https://github.com/syncgw/doc-bundle/blob/master/FAQ.md).\n\n**Trouble shooting hints**\n\n* 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. \n\nPlease enjoy!\n\n## License ##\nThis plugin is released under the [GNU General Public License v3.0](./LICENSE).\n\n## Donation ##\n\nIf you like this software and you want support my work, feel free to send me a donation:\n\n\u003ca href=\"https://www.paypal.com/donate/?hosted_button_id=DS6VK49NAFHEQ\" target=\"_blank\" rel=\"noopener\"\u003e   \u003cimg src=\"https://www.paypalobjects.com/en_US/DK/i/btn/btn_donateCC_LG.gif\" alt=\"Donate with PayPal\"/\u003e \u003c/a\u003e\n\n[[Documentation](https://github.com/syncgw/doc-bundle/blob/master/README.md)]\n[[System requirements](https://github.com/syncgw/doc-bundle/blob/master/PreReqs.md)] \n[[Available bundles](https://github.com/syncgw/doc-bundle/blob/master/Packages.md)] \n[[List of all changes](https://github.com/syncgw/doc-bundle/blob/master/Changes.md)] \n[[Additional Downloads](https://github.com/syncgw/doc-bundle/blob/master/Downloads.md)] \n[[Frequently asked questions](https://github.com/syncgw/doc-bundle/blob/master/FAQ.md)] \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncgw%2Froundcube_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyncgw%2Froundcube_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncgw%2Froundcube_plugin/lists"}