@bobfrankston/rmfmail 1.0.705 → 1.0.707
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/bin/mailx.js +15 -1
- package/bin/mailx.js.map +1 -1
- package/bin/mailx.ts +17 -1
- package/client/android-bootstrap.bundle.js +163 -2
- package/client/android-bootstrap.bundle.js.map +2 -2
- package/client/app.bundle.js +12 -0
- package/client/app.bundle.js.map +2 -2
- package/client/compose/compose.bundle.js +47 -5
- package/client/compose/compose.bundle.js.map +2 -2
- package/client/compose/compose.js +25 -5
- package/client/compose/compose.js.map +1 -1
- package/client/compose/compose.ts +21 -5
- package/client/compose/spellcheck.js +34 -5
- package/client/compose/spellcheck.js.map +1 -1
- package/client/compose/spellcheck.ts +31 -4
- package/client/lib/api-client.js +9 -0
- package/client/lib/api-client.js.map +1 -1
- package/client/lib/api-client.ts +9 -0
- package/package.json +1 -1
- package/packages/mailx-service/index.d.ts +30 -2
- package/packages/mailx-service/index.d.ts.map +1 -1
- package/packages/mailx-service/index.js +38 -1
- package/packages/mailx-service/index.js.map +1 -1
- package/packages/mailx-service/index.ts +44 -3
- package/packages/mailx-service/jsonrpc.js +6 -0
- package/packages/mailx-service/jsonrpc.js.map +1 -1
- package/packages/mailx-service/jsonrpc.ts +6 -0
- package/packages/mailx-settings/index.d.ts +7 -0
- package/packages/mailx-settings/index.d.ts.map +1 -1
- package/packages/mailx-settings/index.js +35 -1
- package/packages/mailx-settings/index.js.map +1 -1
- package/packages/mailx-settings/index.ts +36 -1
- package/packages/mailx-store/index.d.ts +1 -1
- package/packages/mailx-store/index.d.ts.map +1 -1
- package/packages/mailx-store/index.js +1 -1
- package/packages/mailx-store/index.js.map +1 -1
- package/packages/mailx-store/index.ts +1 -1
- package/packages/mailx-store/parse-serial.d.ts +40 -24
- package/packages/mailx-store/parse-serial.d.ts.map +1 -1
- package/packages/mailx-store/parse-serial.js +161 -29
- package/packages/mailx-store/parse-serial.js.map +1 -1
- package/packages/mailx-store/parse-serial.ts +151 -37
- package/packages/mailx-store/parse-worker.d.ts +2 -0
- package/packages/mailx-store/parse-worker.d.ts.map +1 -0
- package/packages/mailx-store/parse-worker.js +53 -0
- package/packages/mailx-store/parse-worker.js.map +1 -0
- package/packages/mailx-store/parse-worker.ts +62 -0
- package/packages/mailx-store-web/package.json +1 -1
- package/packages/mailx-store-web/web-service.d.ts +88 -3
- package/packages/mailx-store-web/web-service.d.ts.map +1 -1
- package/packages/mailx-store-web/web-service.js +92 -2
- package/packages/mailx-store-web/web-service.js.map +1 -1
- package/packages/mailx-store-web/web-service.ts +110 -5
- package/packages/mailx-types/index.d.ts +1 -0
- package/packages/mailx-types/index.d.ts.map +1 -1
- package/packages/mailx-types/index.js.map +1 -1
- package/packages/mailx-types/index.ts +1 -0
- package/packages/mailx-types/mailx-api.d.ts +212 -0
- package/packages/mailx-types/mailx-api.d.ts.map +1 -0
- package/packages/mailx-types/mailx-api.js +41 -0
- package/packages/mailx-types/mailx-api.js.map +1 -0
- package/packages/mailx-types/mailx-api.ts +159 -0
- package/packages/mailx-types/package.json +1 -1
- /package/packages/mailx-imap/{node_modules.npmglobalize-stash-34984 → node_modules.npmglobalize-stash-40064}/.package-lock.json +0 -0
package/client/app.bundle.js
CHANGED
|
@@ -15,6 +15,7 @@ __export(api_client_exports, {
|
|
|
15
15
|
addContact: () => addContact,
|
|
16
16
|
addPreferredContact: () => addPreferredContact,
|
|
17
17
|
addToDenylist: () => addToDenylist,
|
|
18
|
+
addUserDictWord: () => addUserDictWord,
|
|
18
19
|
aiTransform: () => aiTransform,
|
|
19
20
|
allowRemoteContent: () => allowRemoteContent,
|
|
20
21
|
autocomplete: () => autocomplete,
|
|
@@ -54,6 +55,7 @@ __export(api_client_exports, {
|
|
|
54
55
|
getTasks: () => getTasks,
|
|
55
56
|
getThreadMessages: () => getThreadMessages,
|
|
56
57
|
getUnifiedInbox: () => getUnifiedInbox,
|
|
58
|
+
getUserDict: () => getUserDict,
|
|
57
59
|
getVersion: () => getVersion,
|
|
58
60
|
hasBccHistoryTo: () => hasBccHistoryTo,
|
|
59
61
|
hasCcHistoryTo: () => hasCcHistoryTo,
|
|
@@ -75,6 +77,7 @@ __export(api_client_exports, {
|
|
|
75
77
|
reauthGoogleScopes: () => reauthGoogleScopes,
|
|
76
78
|
reauthenticate: () => reauthenticate,
|
|
77
79
|
recordSpamReport: () => recordSpamReport,
|
|
80
|
+
removeUserDictWord: () => removeUserDictWord,
|
|
78
81
|
renameFolder: () => renameFolder,
|
|
79
82
|
repairAccounts: () => repairAccounts,
|
|
80
83
|
restartServer: () => restartServer,
|
|
@@ -295,6 +298,15 @@ function openInTextEditor(path) {
|
|
|
295
298
|
function allowRemoteContent(type, value) {
|
|
296
299
|
return ipc().allowRemoteContent(type, value);
|
|
297
300
|
}
|
|
301
|
+
function getUserDict() {
|
|
302
|
+
return ipc().getUserDict?.() ?? Promise.resolve([]);
|
|
303
|
+
}
|
|
304
|
+
function addUserDictWord(word) {
|
|
305
|
+
return ipc().addUserDictWord?.(word) ?? Promise.resolve([]);
|
|
306
|
+
}
|
|
307
|
+
function removeUserDictWord(word) {
|
|
308
|
+
return ipc().removeUserDictWord?.(word) ?? Promise.resolve([]);
|
|
309
|
+
}
|
|
298
310
|
function flagSenderOrDomain(type, value) {
|
|
299
311
|
return ipc().flagSenderOrDomain?.(type, value) ?? Promise.resolve({ flagged: false });
|
|
300
312
|
}
|