File tree 8 files changed +47
-40
lines changed
8 files changed +47
-40
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ class IMAPClient extends BaseClient {
115
115
this . connectionCount = 0 ;
116
116
this . connections = new Set ( ) ;
117
117
118
- this . imapIndexer = options ?. imapIndexer ;
118
+ this . imapIndexer = null ;
119
119
120
120
this . state = 'connecting' ;
121
121
}
@@ -658,6 +658,9 @@ class IMAPClient extends BaseClient {
658
658
this . _connecting = true ;
659
659
this . isClosed = false ;
660
660
661
+ let accountData = await this . accountObject . loadAccountData ( ) ;
662
+ this . imapIndexer = typeof accountData . imapIndexer === 'string' && accountData . imapIndexer ? accountData . imapIndexer : 'full' ;
663
+
661
664
try {
662
665
this . logger . debug ( { msg : 'Initiating connection to IMAP' } ) ;
663
666
await backOff ( ( ) => this . start ( ) , {
Original file line number Diff line number Diff line change @@ -1839,23 +1839,28 @@ t0xCngRgaIZRuD3T
1839
1839
dBb0Tc1IggSKY8dD
1840
1840
exRqrporGRl2rjBf
1841
1841
r+p1xHpDF4Ct0jfn
1842
+ QeunHH85jTFcsR7e
1842
1843
kBFI6x6tfC8K1C8E
1843
1844
uMDwyq9Y+GFLdSZF
1844
1845
Qmt72SAp9U458OaT
1845
1846
PlpLZjr4BL0pohCK
1846
- aj9NNZwr9Q4xzJvU
1847
- fS/JLszz84j1ag5o
1848
- 8Me3v4Gs+ToXrx7m
1849
- X8CeIMqigilchDt6
1850
- 8eBpFKOmpq2kLEQF
1851
- NxQ1lmMn6iPIStjg
1852
- o2I9/Op/fQs4bsif
1853
- yl8bUlV5Ru9PlpNW
1854
- sak1JCNvKyYLfYyj
1855
1847
WO98DhF4vrdYWoNN
1856
1848
0GY3Y69nPMhxmQ0z
1849
+ foWqwQhkSjNxz6BY
1850
+ HS10uombwvGO3bcH
1851
+ FggtAxsbKJR6/7hz
1852
+ IGqFkLCSQ59XKUo9
1853
+ Xx83pt1aVChehbsj
1854
+ TvbKEp22ZZ0T31Lj
1857
1855
G8IkXqjVdLZwBK/I
1858
1856
+AZoia19FAsARLE/
1857
+ dmHXmtUSriMvBTCJ
1858
+ FKQbQ1hVZXra8Wcq
1859
+ 4fe7zF1Wd8UdaWu4
1860
+ 8RCLotSALncqTCtE
1861
+ z2nO73rl3nRMvf6r
1862
+ Ws0yTT8UnJNTFWY7
1863
+ QYZcQD2niO2kGJ9N
1859
1864
Wp6z04Yho9uWIObC
1860
1865
aPkKbjEuTbUCplG7
1861
1866
TYJ9FfWyzUlZbQaB
@@ -1878,6 +1883,9 @@ qurB4y++jCni0Bpf
1878
1883
x/shDcuK2iB4gef2
1879
1884
ONdADmVw/ZXhNBl8
1880
1885
pjB2LZf7wdpcwA6O
1886
+ /fev2uWbhZQrBTRU
1887
+ sE/AvEajiziKRRuo
1888
+ WAIVvOY3vf+Mie6w
1881
1889
`
1882
1890
. split ( / \r ? \n / )
1883
1891
. map ( l => l . trim ( ) )
Original file line number Diff line number Diff line change 41
41
"homepage" : " https://emailengine.app/" ,
42
42
"dependencies" : {
43
43
"@bugsnag/js" : " 8.0.0" ,
44
- "@bull-board/api" : " 6.1 .0" ,
45
- "@bull-board/hapi" : " 6.1 .0" ,
44
+ "@bull-board/api" : " 6.2 .0" ,
45
+ "@bull-board/hapi" : " 6.2 .0" ,
46
46
"@elastic/elasticsearch" : " 8.15.0" ,
47
47
"@hapi/bell" : " 13.0.2" ,
48
48
"@hapi/boom" : " 10.0.1" ,
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ <h1>EmailEngine v2.47.0</h1><p>EmailEngine includes code from the following soft
116
116
</ tr >
117
117
< tr >
118
118
< td > < a href ="https://npmjs.com/package/@bull-board/api "> @bull-board/api</ a > </ td >
119
- < td > 6.1 .0</ td >
119
+ < td > 6.2 .0</ td >
120
120
< td > MIT</ td >
121
121
< td > felixmosh</ td >
122
122
< td > </ td >
@@ -126,7 +126,7 @@ <h1>EmailEngine v2.47.0</h1><p>EmailEngine includes code from the following soft
126
126
</ tr >
127
127
< tr >
128
128
< td > < a href ="https://npmjs.com/package/@bull-board/hapi "> @bull-board/hapi</ a > </ td >
129
- < td > 6.1 .0</ td >
129
+ < td > 6.2 .0</ td >
130
130
< td > MIT</ td >
131
131
< td > felixmosh</ td >
132
132
< td > </ td >
@@ -136,7 +136,7 @@ <h1>EmailEngine v2.47.0</h1><p>EmailEngine includes code from the following soft
136
136
</ tr >
137
137
< tr >
138
138
< td > < a href ="https://npmjs.com/package/@bull-board/ui "> @bull-board/ui</ a > </ td >
139
- < td > 6.1 .0</ td >
139
+ < td > 6.2 .0</ td >
140
140
< td > MIT</ td >
141
141
< td > felixmosh</ td >
142
142
< td > </ td >
Original file line number Diff line number Diff line change 1
1
msgid ""
2
2
msgstr ""
3
3
"Content-Type : text/plain; charset=ascii\n "
4
- "POT-Creation-Date : 2024-10-13 15:55 +0000\n "
4
+ "POT-Creation-Date : 2024-10-14 09:53 +0000\n "
5
5
6
6
#: views/config/license.hbs:49
7
7
msgid "%d day"
8
8
msgid_plural "%d days"
9
9
msgstr[ 0 ] ""
10
10
msgstr[ 1 ] ""
11
11
12
+ #: views/redirect.hbs:1
13
+ msgid "Click <a href=\" %s\" >here</a> to continue…"
14
+ msgstr ""
15
+
12
16
#: views/unsubscribe.hbs:1
13
17
#: views/unsubscribe.hbs:79
14
18
msgid "Unsubscribe"
@@ -53,10 +57,6 @@ msgstr ""
53
57
msgid "Enter your email address"
54
58
msgstr ""
55
59
56
- #: views/redirect.hbs:1
57
- msgid "Click <a href=\" %s\" >here</a> to continue…"
58
- msgstr ""
59
-
60
60
#: views/accounts/register/index.hbs:2
61
61
msgid "Choose your email account provider"
62
62
msgstr ""
Original file line number Diff line number Diff line change @@ -203,8 +203,6 @@ class ConnectionHandler {
203
203
}
204
204
205
205
if ( ! accountObject . connection ) {
206
- let imapIndexer = typeof accountData . imapIndexer === 'string' && accountData . imapIndexer ? accountData . imapIndexer : 'full' ;
207
-
208
206
accountObject . connection = new IMAPClient ( account , {
209
207
runIndex,
210
208
@@ -213,8 +211,6 @@ class ConnectionHandler {
213
211
accountLogger,
214
212
secret,
215
213
216
- imapIndexer,
217
-
218
214
notifyQueue,
219
215
submitQueue,
220
216
documentsQueue,
You can’t perform that action at this time.
0 commit comments