emailengine-app 2.66.0 → 2.67.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/deploy.yml +1 -1
- package/.github/workflows/release.yaml +2 -2
- package/.github/workflows/test.yml +2 -2
- package/.ncurc.js +4 -1
- package/CHANGELOG.md +25 -0
- package/data/google-crawlers.json +1 -1
- package/lib/consts.js +2 -0
- package/lib/email-client/imap/mailbox.js +10 -2
- package/lib/email-client/imap/sync-operations.js +31 -6
- package/lib/email-client/imap-client.js +19 -3
- package/lib/email-client/outlook-client.js +154 -0
- package/lib/passkeys.js +56 -15
- package/lib/routes-ui.js +34 -25
- package/package.json +21 -21
- package/sbom.json +1 -1
- package/static/licenses.html +85 -144
- package/translations/de.mo +0 -0
- package/translations/de.po +98 -106
- package/translations/en.mo +0 -0
- package/translations/en.po +50 -46
- package/translations/et.mo +0 -0
- package/translations/et.po +67 -64
- package/translations/fr.mo +0 -0
- package/translations/fr.po +74 -71
- package/translations/ja.mo +0 -0
- package/translations/ja.po +64 -60
- package/translations/messages.pot +55 -51
- package/translations/nl.mo +0 -0
- package/translations/nl.po +66 -62
- package/translations/pl.mo +0 -0
- package/translations/pl.po +74 -71
- package/views/oauth-scope-error.hbs +10 -1
- package/workers/api.js +28 -2
- package/workers/imap.js +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "emailengine-app",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.67.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"productTitle": "EmailEngine",
|
|
6
6
|
"description": "Email Sync Engine",
|
|
@@ -43,36 +43,36 @@
|
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://emailengine.app/",
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@bugsnag/js": "8.
|
|
47
|
-
"@bull-board/api": "
|
|
48
|
-
"@bull-board/hapi": "
|
|
46
|
+
"@bugsnag/js": "8.9.0",
|
|
47
|
+
"@bull-board/api": "7.0.0",
|
|
48
|
+
"@bull-board/hapi": "7.0.0",
|
|
49
49
|
"@elastic/elasticsearch": "8.15.3",
|
|
50
50
|
"@hapi/accept": "6.0.3",
|
|
51
51
|
"@hapi/bell": "13.1.0",
|
|
52
52
|
"@hapi/boom": "10.0.1",
|
|
53
53
|
"@hapi/cookie": "12.0.1",
|
|
54
54
|
"@hapi/crumb": "9.0.1",
|
|
55
|
-
"@hapi/hapi": "21.4.
|
|
55
|
+
"@hapi/hapi": "21.4.8",
|
|
56
56
|
"@hapi/inert": "7.1.0",
|
|
57
57
|
"@hapi/vision": "7.0.3",
|
|
58
58
|
"@phc/pbkdf2": "1.1.14",
|
|
59
59
|
"@postalsys/bounce-classifier": "^2.4.0",
|
|
60
60
|
"@postalsys/certs": "1.0.14",
|
|
61
61
|
"@postalsys/ee-client": "1.3.0",
|
|
62
|
-
"@postalsys/email-ai-tools": "1.13.
|
|
63
|
-
"@postalsys/email-text-tools": "2.4.
|
|
62
|
+
"@postalsys/email-ai-tools": "1.13.4",
|
|
63
|
+
"@postalsys/email-text-tools": "2.4.5",
|
|
64
64
|
"@postalsys/gettext": "4.1.1",
|
|
65
65
|
"@postalsys/joi-messages": "1.0.5",
|
|
66
66
|
"@postalsys/templates": "2.0.1",
|
|
67
67
|
"@simplewebauthn/browser": "^13.3.0",
|
|
68
68
|
"@simplewebauthn/server": "^13.3.0",
|
|
69
|
-
"@zone-eu/mailsplit": "5.4.
|
|
69
|
+
"@zone-eu/mailsplit": "5.4.9",
|
|
70
70
|
"@zone-eu/wild-config": "1.7.3",
|
|
71
71
|
"ace-builds": "1.43.6",
|
|
72
72
|
"base32.js": "0.1.0",
|
|
73
|
-
"bullmq": "5.
|
|
73
|
+
"bullmq": "5.74.1",
|
|
74
74
|
"compare-versions": "6.1.1",
|
|
75
|
-
"dotenv": "17.
|
|
75
|
+
"dotenv": "17.4.2",
|
|
76
76
|
"encoding-japanese": "2.2.0",
|
|
77
77
|
"exponential-backoff": "3.1.3",
|
|
78
78
|
"gettext-parser": "7.0.1",
|
|
@@ -84,50 +84,50 @@
|
|
|
84
84
|
"html-to-text": "9.0.5",
|
|
85
85
|
"ical.js": "1.5.0",
|
|
86
86
|
"iconv-lite": "0.7.2",
|
|
87
|
-
"imapflow": "1.2
|
|
87
|
+
"imapflow": "1.3.2",
|
|
88
88
|
"ioredfour": "1.4.1",
|
|
89
89
|
"ioredis": "5.10.1",
|
|
90
90
|
"ipaddr.js": "2.3.0",
|
|
91
91
|
"joi": "17.13.3",
|
|
92
92
|
"jquery": "4.0.0",
|
|
93
93
|
"libbase64": "1.3.0",
|
|
94
|
-
"libmime": "5.3.
|
|
94
|
+
"libmime": "5.3.8",
|
|
95
95
|
"libqp": "2.1.1",
|
|
96
96
|
"license-checker": "25.0.1",
|
|
97
|
-
"mailparser": "3.9.
|
|
97
|
+
"mailparser": "3.9.8",
|
|
98
98
|
"marked": "9.1.6",
|
|
99
99
|
"minimist": "1.2.8",
|
|
100
100
|
"msgpack5": "6.0.2",
|
|
101
101
|
"murmurhash": "2.0.1",
|
|
102
102
|
"nanoid": "3.3.8",
|
|
103
|
-
"nodemailer": "8.0.
|
|
103
|
+
"nodemailer": "8.0.5",
|
|
104
104
|
"pino": "10.3.1",
|
|
105
105
|
"popper.js": "1.16.1",
|
|
106
106
|
"prom-client": "15.1.3",
|
|
107
107
|
"psl": "1.15.0",
|
|
108
|
-
"pubface": "1.1.
|
|
108
|
+
"pubface": "1.1.1",
|
|
109
109
|
"punycode.js": "2.3.1",
|
|
110
110
|
"qrcode": "1.5.4",
|
|
111
|
-
"smtp-server": "3.18.
|
|
111
|
+
"smtp-server": "3.18.4",
|
|
112
112
|
"socks": "2.8.7",
|
|
113
113
|
"speakeasy": "2.0.0",
|
|
114
114
|
"startbootstrap-sb-admin-2": "3.3.7",
|
|
115
115
|
"timezones-list": "3.1.0",
|
|
116
|
-
"undici": "7.
|
|
116
|
+
"undici": "7.25.0",
|
|
117
117
|
"xml2js": "0.6.2"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
120
|
"@eslint/js": "10.0.1",
|
|
121
121
|
"chai": "4.3.10",
|
|
122
|
-
"eerawlog": "1.5.
|
|
123
|
-
"eslint": "10.
|
|
124
|
-
"grunt": "1.6.
|
|
122
|
+
"eerawlog": "1.5.3",
|
|
123
|
+
"eslint": "10.2.0",
|
|
124
|
+
"grunt": "1.6.2",
|
|
125
125
|
"grunt-cli": "1.5.0",
|
|
126
126
|
"grunt-shell-spawn": "0.5.0",
|
|
127
127
|
"grunt-wait": "0.3.0",
|
|
128
128
|
"jsxgettext": "0.11.0",
|
|
129
129
|
"pino-pretty": "13.0.0",
|
|
130
|
-
"prettier": "3.8.
|
|
130
|
+
"prettier": "3.8.3",
|
|
131
131
|
"resedit": "3.0.2",
|
|
132
132
|
"spdx-satisfies": "6.0.0",
|
|
133
133
|
"supertest": "7.2.2",
|