freescout-restricted-customers/module.json
Antoine Le Gonidec 69c518086e
1.0.1 bugfix release
* Fix the fetching of e-mails including attachments.
2024-07-18 15:17:36 +02:00

25 lines
626 B
JSON

{
"name": "MMFRestrictedCustomers",
"alias": "mmfrestrictedcustomers",
"description": "Freescout restricted customers - Restrict access to Freescout customers to specific mailboxes",
"version": "1.0.1",
"detailsUrl": "",
"author": "Millions Missing FRANCE",
"authorUrl": "info@millionsmissing.fr",
"requiredAppVersion": "1.8.117",
"license": "AGPL-3.0-only",
"keywords": [],
"active": 0,
"order": 1,
"providers": [
"Modules\\MMFRestrictedCustomers\\Providers\\MMFRestrictedCustomersServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": [],
"requiredModules": {
"crm": "1.0.46"
}
}