Skip to content

Commit 1174a29

Browse files
committed
fix(deps): Bumped ImapFlow to handle invalid BODYSTRUCTURE from BlueMind
1 parent c7fde6f commit 1174a29

File tree

8 files changed

+77
-77
lines changed

8 files changed

+77
-77
lines changed

data/google-crawlers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"creationTime": "2024-12-31T15:47:09.000000",
2+
"creationTime": "2025-01-07T15:46:02.000000",
33
"prefixes": [
44
{
55
"ipv6Prefix": "2001:4860:4801:2008::/64"

list-generate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ process.stdin.on('end', () => {
4848

4949
let _satisfies;
5050
try {
51-
_satisfies = satisfies(license, `(${ALLOWED_LICENSES.join(' OR ')})`);
51+
_satisfies = satisfies(license, ALLOWED_LICENSES);
5252
} catch (err) {
5353
console.error(err);
5454
}

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
"@postalsys/gettext": "4.0.1",
5959
"@postalsys/joi-messages": "1.0.2",
6060
"@postalsys/templates": "2.0.0",
61-
"ace-builds": "1.37.2",
61+
"ace-builds": "1.37.3",
6262
"base32.js": "0.1.0",
63-
"bullmq": "5.34.7",
63+
"bullmq": "5.34.8",
6464
"compare-versions": "6.1.1",
6565
"dotenv": "16.4.7",
6666
"encoding-japanese": "2.2.0",
@@ -75,7 +75,7 @@
7575
"html-to-text": "9.0.5",
7676
"ical.js": "1.5.0",
7777
"iconv-lite": "0.6.3",
78-
"imapflow": "1.0.172",
78+
"imapflow": "1.0.173",
7979
"ioredfour": "1.3.0-ioredis-07",
8080
"ioredis": "5.4.2",
8181
"ipaddr.js": "2.2.0",
@@ -123,7 +123,7 @@
123123
"jsxgettext": "0.11.0",
124124
"pino-pretty": "13.0.0",
125125
"resedit": "2.0.3",
126-
"spdx-satisfies": "5.0.1",
126+
"spdx-satisfies": "6.0.0",
127127
"supertest": "7.0.0",
128128
"xgettext-template": "5.0.0"
129129
},

sbom.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

static/js/ace/ace.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/licenses.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ <h1>EmailEngine v2.49.5</h1><p>EmailEngine includes code from the following soft
486486
</tr>
487487
<tr>
488488
<td><a href="https://npmjs.com/package/@hapi/podium">@hapi/podium</a></td>
489-
<td>5.0.1</td>
489+
<td>5.0.2</td>
490490
<td>BSD-3-Clause</td>
491491
<td></td>
492492
<td></td>
@@ -1026,7 +1026,7 @@ <h1>EmailEngine v2.49.5</h1><p>EmailEngine includes code from the following soft
10261026
</tr>
10271027
<tr>
10281028
<td><a href="https://npmjs.com/package/ace-builds">ace-builds</a></td>
1029-
<td>1.37.2</td>
1029+
<td>1.37.3</td>
10301030
<td>BSD-3-Clause</td>
10311031
<td></td>
10321032
<td></td>
@@ -1386,7 +1386,7 @@ <h1>EmailEngine v2.49.5</h1><p>EmailEngine includes code from the following soft
13861386
</tr>
13871387
<tr>
13881388
<td><a href="https://npmjs.com/package/bullmq">bullmq</a></td>
1389-
<td>5.34.7</td>
1389+
<td>5.34.8</td>
13901390
<td>MIT</td>
13911391
<td>Taskforce.sh Inc.</td>
13921392
<td></td>
@@ -3345,7 +3345,7 @@ <h1>EmailEngine v2.49.5</h1><p>EmailEngine includes code from the following soft
33453345
</tr>
33463346
<tr>
33473347
<td><a href="https://npmjs.com/package/imapflow">imapflow</a></td>
3348-
<td>1.0.172</td>
3348+
<td>1.0.173</td>
33493349
<td>MIT</td>
33503350
<td>Postal Systems O&#xDC;</td>
33513351
<td></td>
@@ -5705,7 +5705,7 @@ <h1>EmailEngine v2.49.5</h1><p>EmailEngine includes code from the following soft
57055705
</tr>
57065706
<tr>
57075707
<td><a href="https://npmjs.com/package/spdx-satisfies">spdx-satisfies</a></td>
5708-
<td>5.0.1</td>
5708+
<td>6.0.0</td>
57095709
<td>MIT</td>
57105710
<td>Kyle E. Mitchell</td>
57115711
<td>kyle@kemitchell.com</td>

translations/messages.pot

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
msgid ""
22
msgstr ""
33
"Content-Type: text/plain; charset=ascii\n"
4-
"POT-Creation-Date: 2025-01-07 10:15+0000\n"
4+
"POT-Creation-Date: 2025-01-08 08:24+0000\n"
55

66
#: views/config/license.hbs:49
77
msgid "%d day"
@@ -13,32 +13,58 @@ msgstr[1] ""
1313
msgid "Click <a href=\"%s\">here</a> to continue&mldr;"
1414
msgstr ""
1515

16-
#: views/accounts/register/index.hbs:2
17-
msgid "Choose your email account provider"
16+
#: views/unsubscribe.hbs:1
17+
#: views/unsubscribe.hbs:79
18+
msgid "Unsubscribe"
1819
msgstr ""
1920

20-
#: views/accounts/register/index.hbs:15
21-
msgid "Standard IMAP"
21+
#: views/unsubscribe.hbs:5
22+
msgid "Your email address was unsubscribed."
2223
msgstr ""
2324

24-
#: views/accounts/register/imap.hbs:11
25-
msgid "Your name"
25+
#: views/unsubscribe.hbs:7
26+
msgid "Was this a mistake? Click <a%s>here</a> to re-subscribe."
2627
msgstr ""
2728

28-
#: views/accounts/register/imap.hbs:17
29-
msgid "Enter your full name"
29+
#: views/unsubscribe.hbs:15
30+
msgid "Re-subscribe"
31+
msgstr ""
32+
33+
#: views/unsubscribe.hbs:21
34+
msgid "Are you sure you want to re-subscribe your email address <em>%s</em>?"
35+
msgstr ""
36+
37+
#: views/unsubscribe.hbs:31
38+
#: views/accounts/register/imap-server.hbs:250
39+
msgid "Close"
40+
msgstr ""
41+
42+
#: views/unsubscribe.hbs:32
43+
msgid "Subscribe"
44+
msgstr ""
45+
46+
#: views/unsubscribe.hbs:54
47+
msgid "Your email address <em>%s</em> was re-subscribed."
3048
msgstr ""
3149

32-
#: views/accounts/register/imap.hbs:21
3350
#: views/unsubscribe.hbs:69
51+
#: views/accounts/register/imap.hbs:21
3452
msgid "Email address"
3553
msgstr ""
3654

37-
#: views/accounts/register/imap.hbs:27
3855
#: views/unsubscribe.hbs:75
56+
#: views/accounts/register/imap.hbs:27
3957
msgid "Enter your email address"
4058
msgstr ""
4159

60+
#: views/accounts/register/imap.hbs:11
61+
msgid "Your name"
62+
msgstr ""
63+
64+
#: views/accounts/register/imap.hbs:17
65+
msgid "Enter your full name"
66+
msgstr ""
67+
4268
#: views/accounts/register/imap.hbs:31
4369
#: views/accounts/register/imap-server.hbs:36
4470
#: views/accounts/register/imap-server.hbs:128
@@ -54,6 +80,14 @@ msgstr ""
5480
msgid "Continue"
5581
msgstr ""
5682

83+
#: views/accounts/register/index.hbs:2
84+
msgid "Choose your email account provider"
85+
msgstr ""
86+
87+
#: views/accounts/register/index.hbs:15
88+
msgid "Standard IMAP"
89+
msgstr ""
90+
5791
#: views/accounts/register/imap-server.hbs:19
5892
msgid "IMAP"
5993
msgstr ""
@@ -140,11 +174,6 @@ msgstr ""
140174
msgid "Failed to validate provided email server settings."
141175
msgstr ""
142176

143-
#: views/accounts/register/imap-server.hbs:250
144-
#: views/unsubscribe.hbs:31
145-
msgid "Close"
146-
msgstr ""
147-
148177
#: views/accounts/register/imap-server.hbs:316
149178
msgid "General error"
150179
msgstr ""
@@ -173,35 +202,6 @@ msgstr ""
173202
msgid "HTTP error!"
174203
msgstr ""
175204

176-
#: views/unsubscribe.hbs:1
177-
#: views/unsubscribe.hbs:79
178-
msgid "Unsubscribe"
179-
msgstr ""
180-
181-
#: views/unsubscribe.hbs:5
182-
msgid "Your email address was unsubscribed."
183-
msgstr ""
184-
185-
#: views/unsubscribe.hbs:7
186-
msgid "Was this a mistake? Click <a%s>here</a> to re-subscribe."
187-
msgstr ""
188-
189-
#: views/unsubscribe.hbs:15
190-
msgid "Re-subscribe"
191-
msgstr ""
192-
193-
#: views/unsubscribe.hbs:21
194-
msgid "Are you sure you want to re-subscribe your email address <em>%s</em>?"
195-
msgstr ""
196-
197-
#: views/unsubscribe.hbs:32
198-
msgid "Subscribe"
199-
msgstr ""
200-
201-
#: views/unsubscribe.hbs:54
202-
msgid "Your email address <em>%s</em> was re-subscribed."
203-
msgstr ""
204-
205205
#: lib/routes-ui.js:504
206206
msgid "Delegated"
207207
msgstr ""

0 commit comments

Comments
 (0)