{"id":18735091,"url":"https://github.com/irontec/zsugar","last_synced_at":"2025-04-12T19:31:28.636Z","repository":{"id":14108302,"uuid":"16812911","full_name":"irontec/zsugar","owner":"irontec","description":"Zimbra SugarCRM integration zimlet (unmaintained, see README)","archived":false,"fork":false,"pushed_at":"2020-04-14T08:50:30.000Z","size":98,"stargazers_count":3,"open_issues_count":1,"forks_count":8,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-04-10T13:56:18.302Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/irontec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-02-13T18:46:31.000Z","updated_at":"2020-04-14T08:50:33.000Z","dependencies_parsed_at":"2022-09-04T10:31:54.163Z","dependency_job_id":null,"html_url":"https://github.com/irontec/zsugar","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fzsugar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fzsugar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fzsugar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irontec%2Fzsugar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irontec","download_url":"https://codeload.github.com/irontec/zsugar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223535760,"owners_count":17161351,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-07T15:15:43.074Z","updated_at":"2024-11-07T15:15:43.778Z","avatar_url":"https://github.com/irontec.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### This project is not longer mantained because we don't use SugarCRM anymore.\n### You can find more updated releases of this zimlet in bTactic fork\n###\n### https://github.com/btactic/zsugar/\n\n\n# zsugar\n\nzSugar is a zimlet for Zimbra Collaboration Suite.\n\nThis project aims for integration of received mails between Zimbra and SugarCRM.\n\nzSugar allows to add a mail and their attachments into:\n - Accounts\n - Contacts\n - Opportunities\n - Projects\n - Cases\n - Leads\n \nYou can also create new Leads before exporting an email.\n\n## Compatibility\nzSugar has been tested in ZCS 6.x, 7.x and 8.x  and SugarCRM v5.5.x and \nabove (At least until 6.1.x). It may or may not work properly \nwith other versions.\n\n## Installing zSugar\n - Create a folder named com_irontec_zsugar\n - Download zSugar source and uncompress into previously created folder\n - Zip the folder com_irontec_zsugar and deploy using Zimbra Administration interface\n \nYou can also deploy the zimlet from the server shell \n\n    $$ su - zimbra\n    $ zmzimletctl deploy com_irontec_zsugar.zip\n    $ zmmailboxdctl restart\n  \n## Configuring zSugar\n There is no global configuration for zSugar, each user must \n configure it separately.\n\n If zSugar has been correctly deployed, after loggin in zimbra, \n a new icon should apperar in the left panel. Just click it and \n a configuration window should appear with the following fields:\n\n Username: SugarCRM username\n Password: SugarCRM password\n SugarCRM URL: SugarCRM URL direction. It should use a secure \n\t       connection, so be sure that 'https' is being used.\n LDAP Authentication: Enable this to send clean password otherwise\n\t       MD5 encryption will be used.\n Accounts: Enable this to retrieve account informations.\n Opportunities: Enable this to retrieve Opportunitie information.\n Projects: Enable this to retrieve Project information.\n Leads: Enable this to retrieve Leads information.\n \n Mark exported with tag: Set the tag name that will be used \n\tto tag exported emails. If this field is empty, emails\n\twon't be tagged. This feature only works from the moment\n\tit is \"activated\", so previously exported emails won't \n\tbe tagged.\n \n After configuring zSugar, you can validate your connection to\n SugarCRM by right-clicking the zSugar icon and choosing Force\n Authentication.\n \n## Using zSugar\n There are three ways to access zSugar screen:\n\n - Using the Zimlet panel: \n   Just Drag a conversation or email and drop in the zSugar icon.\n\n - Using Toolbar Button:\n   Select a conversation or email and click 'Send to SugarCRM'\n   toolbar button.\n\n - Using the context menu option:\n   Rigth click a conversation or email and click 'Send to SugarCRM' \n   option.\n\n After this, a new screen will appear with following sections:\n - Result Section:\n    This section shows SugarCRM response results. By default, \n    zSugar will search the FROM: contact of the email. It will show\n    Accounts, Opportunities and Projects as configured (see 5.- \n    Configuring zSugar)\n\n - Contacts Dropbox\n    We can request CRM information of other contact in the selected\n    email\n\n - Attachments list\n    If email has any attachment, a list will appear. Checked attachments\n    will be also imported into SugarCRM \n\n## Authors\n\n This zimlet has been developed by Irontec S.L.\n    http://www.irontec.com\n\n Base64 Library has been developed by Christian d'Heureuse.\n    http://www.source-code.biz/base64coder/java/\n\n## License\nThis is a extremelly experimental plugin.\nUse it at your own risk.\n\nStay tunned for new and improved versions.\n(c) Irontec S.L. 2010\nReleased under GPL v3.0\n\nThis library is free software; you can redistribute it and/or modify it under the \nterms of the GNU Lesser General Public License as published by the Free Software \nFoundation; either version 2.1 of the License, or (at your option) any later \nversion. \n \nThis library is distributed in the hope that it will be useful, but WITHOUT ANY \nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A \nPARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.\n\nYou should have received a copy of the GNU Lesser General Public License along \nwith this library; if not, write to the Free Software Foundation, Inc., \n59 Temple Place, Suite 330, Boston, MA 02111-1307 USA \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firontec%2Fzsugar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firontec%2Fzsugar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firontec%2Fzsugar/lists"}