-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
35 lines (35 loc) · 1.3 KB
/
module.json
File metadata and controls
35 lines (35 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "SyncNow",
"alias": "syncnow",
"description": "Force immediate IMAP synchronization for individual mailboxes on demand. Designed for time-sensitive scenarios such as 2FA code emails where waiting for the general fetch cycle would cause codes to expire and for installations running infrequent fetch intervals where an immediate refresh of a specific mailbox is occasionally needed.",
"version": "1.3.0",
"detailsUrl": "https://github.com/rabsym/freescout-syncnow",
"author": "Raimundo Alba",
"authorUrl": "https://github.com/rabsym",
"requiredAppVersion": "1.8.131",
"license": "AGPL-3.0",
"keywords": [
"freescout",
"imap",
"sync",
"fetch",
"mailbox",
"2fa",
"on-demand"
],
"active": 0,
"order": 0,
"providers": [
"Modules\\SyncNow\\Providers\\SyncNowServiceProvider"
],
"img": "/modules/syncnow/images/module.svg",
"aliases": {
"SyncNow": "Modules\\SyncNow\\Providers\\SyncNowServiceProvider"
},
"files": [
"start.php"
],
"requires": [],
"latestVersionUrl": "https://raw.githubusercontent.com/rabsym/freescout-syncnow/main/version.txt",
"latestVersionZipUrl": "https://github.com/rabsym/freescout-syncnow/releases/latest/download/SyncNow.zip"
}