@bobfrankston/mailx-imap 0.1.97 → 0.1.98
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/index.js +2 -0
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -1197,6 +1197,7 @@ export class ImapManager extends EventEmitter {
|
|
|
1197
1197
|
to: toEmailAddresses(msg.to || []),
|
|
1198
1198
|
cc: toEmailAddresses(msg.cc || []),
|
|
1199
1199
|
flags, size: msg.size || 0, hasAttachments, preview, bodyPath,
|
|
1200
|
+
exclusive: true, // IMAP path → one folder per message
|
|
1200
1201
|
},
|
|
1201
1202
|
ftsBody,
|
|
1202
1203
|
});
|
|
@@ -1755,6 +1756,7 @@ export class ImapManager extends EventEmitter {
|
|
|
1755
1756
|
hasAttachments: parsed.hasAttachments,
|
|
1756
1757
|
preview: parsed.preview,
|
|
1757
1758
|
bodyPath,
|
|
1759
|
+
exclusive: true, // IMAP path → one folder per message
|
|
1758
1760
|
},
|
|
1759
1761
|
ftsBody: parsed.bodyText || "",
|
|
1760
1762
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bobfrankston/mailx-imap",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.98",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@bobfrankston/mailx-types": "^0.1.19",
|
|
13
13
|
"@bobfrankston/mailx-settings": "^0.1.28",
|
|
14
|
-
"@bobfrankston/mailx-store": "^0.1.
|
|
14
|
+
"@bobfrankston/mailx-store": "^0.1.52",
|
|
15
15
|
"@bobfrankston/iflow-direct": "^0.1.54",
|
|
16
16
|
"@bobfrankston/tcp-transport": "^0.1.7",
|
|
17
17
|
"@bobfrankston/smtp-direct": "^0.1.9",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@bobfrankston/mailx-types": "^0.1.19",
|
|
41
41
|
"@bobfrankston/mailx-settings": "^0.1.28",
|
|
42
|
-
"@bobfrankston/mailx-store": "^0.1.
|
|
42
|
+
"@bobfrankston/mailx-store": "^0.1.52",
|
|
43
43
|
"@bobfrankston/iflow-direct": "^0.1.54",
|
|
44
44
|
"@bobfrankston/tcp-transport": "^0.1.7",
|
|
45
45
|
"@bobfrankston/smtp-direct": "^0.1.9",
|