@bobfrankston/mailx-imap 0.1.114 → 0.1.115

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +7 -7
package/index.js CHANGED
@@ -2219,7 +2219,7 @@ export class ImapManager extends EventEmitter {
2219
2219
  for (const uid of toDelete) {
2220
2220
  this.scheduleDeferredReconcileDelete(accountId, folderId, uid, folder.path);
2221
2221
  }
2222
- console.log(` [reconcile-defer] ${accountId}/${folder.path}: scheduled ${toDelete.length} deletes (60s grace for move-detect)`);
2222
+ console.log(` [reconcile-defer] ${accountId}/${folder.path}: scheduled ${toDelete.length} deletes (${ImapManager.RECONCILE_DELETE_GRACE_MS / 60_000}min grace for move-detect)`);
2223
2223
  }
2224
2224
  }
2225
2225
  catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bobfrankston/mailx-imap",
3
- "version": "0.1.114",
3
+ "version": "0.1.115",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -9,14 +9,14 @@
9
9
  },
10
10
  "license": "ISC",
11
11
  "dependencies": {
12
- "@bobfrankston/mailx-types": "^0.1.22",
12
+ "@bobfrankston/mailx-types": "^0.1.23",
13
13
  "@bobfrankston/mailx-settings": "^0.1.34",
14
14
  "@bobfrankston/mailx-store": "^0.1.58",
15
15
  "@bobfrankston/iflow-direct": "^0.1.56",
16
- "@bobfrankston/tcp-transport": "^0.1.7",
16
+ "@bobfrankston/tcp-transport": "^0.1.8",
17
17
  "@bobfrankston/smtp-direct": "^0.1.9",
18
18
  "@bobfrankston/mailx-sync": "^0.1.27",
19
- "@bobfrankston/oauthsupport": "^1.0.33"
19
+ "@bobfrankston/oauthsupport": "^1.0.34"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
@@ -37,14 +37,14 @@
37
37
  },
38
38
  ".transformedSnapshot": {
39
39
  "dependencies": {
40
- "@bobfrankston/mailx-types": "^0.1.22",
40
+ "@bobfrankston/mailx-types": "^0.1.23",
41
41
  "@bobfrankston/mailx-settings": "^0.1.34",
42
42
  "@bobfrankston/mailx-store": "^0.1.58",
43
43
  "@bobfrankston/iflow-direct": "^0.1.56",
44
- "@bobfrankston/tcp-transport": "^0.1.7",
44
+ "@bobfrankston/tcp-transport": "^0.1.8",
45
45
  "@bobfrankston/smtp-direct": "^0.1.9",
46
46
  "@bobfrankston/mailx-sync": "^0.1.27",
47
- "@bobfrankston/oauthsupport": "^1.0.33"
47
+ "@bobfrankston/oauthsupport": "^1.0.34"
48
48
  }
49
49
  }
50
50
  }