pst-extractor 1.9.0 → 1.11.0

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 (59) hide show
  1. package/dist/ColumnDescriptor.class.d.ts +26 -26
  2. package/dist/ColumnDescriptor.class.js +51 -51
  3. package/dist/DescriptorIndexNode.class.d.ts +25 -26
  4. package/dist/DescriptorIndexNode.class.js +53 -53
  5. package/dist/LZFu.class.d.ts +11 -12
  6. package/dist/LZFu.class.js +95 -95
  7. package/dist/NodeInfo.class.d.ts +33 -33
  8. package/dist/NodeInfo.class.js +52 -52
  9. package/dist/NodeMap.class.d.ts +35 -35
  10. package/dist/NodeMap.class.js +86 -86
  11. package/dist/OffsetIndexItem.class.d.ts +23 -24
  12. package/dist/OffsetIndexItem.class.js +45 -45
  13. package/dist/OutlookProperties.d.ts +275 -275
  14. package/dist/OutlookProperties.js +281 -281
  15. package/dist/PSTActivity.class.d.ts +103 -103
  16. package/dist/PSTActivity.class.js +144 -144
  17. package/dist/PSTAppointment.class.d.ts +270 -271
  18. package/dist/PSTAppointment.class.js +376 -376
  19. package/dist/PSTAttachment.class.d.ts +172 -172
  20. package/dist/PSTAttachment.class.js +317 -317
  21. package/dist/PSTContact.class.d.ts +884 -884
  22. package/dist/PSTContact.class.js +1227 -1227
  23. package/dist/PSTDescriptorItem.class.d.ts +45 -46
  24. package/dist/PSTDescriptorItem.class.js +99 -99
  25. package/dist/PSTFile.class.d.ts +215 -216
  26. package/dist/PSTFile.class.js +830 -818
  27. package/dist/PSTFolder.class.d.ts +129 -129
  28. package/dist/PSTFolder.class.js +318 -310
  29. package/dist/PSTMessage.class.d.ts +788 -789
  30. package/dist/PSTMessage.class.js +1321 -1321
  31. package/dist/PSTMessageStore.class.d.ts +13 -13
  32. package/dist/PSTMessageStore.class.js +17 -17
  33. package/dist/PSTNodeInputStream.class.d.ts +122 -123
  34. package/dist/PSTNodeInputStream.class.js +524 -514
  35. package/dist/PSTObject.class.d.ts +133 -134
  36. package/dist/PSTObject.class.js +326 -326
  37. package/dist/PSTRecipient.class.d.ts +65 -65
  38. package/dist/PSTRecipient.class.js +103 -103
  39. package/dist/PSTTable.class.d.ts +52 -52
  40. package/dist/PSTTable.class.js +175 -175
  41. package/dist/PSTTable7C.class.d.ts +45 -45
  42. package/dist/PSTTable7C.class.js +282 -281
  43. package/dist/PSTTableBC.class.d.ts +31 -31
  44. package/dist/PSTTableBC.class.js +111 -111
  45. package/dist/PSTTableItem.class.d.ts +47 -48
  46. package/dist/PSTTableItem.class.js +124 -124
  47. package/dist/PSTTask.class.d.ts +146 -146
  48. package/dist/PSTTask.class.js +205 -205
  49. package/dist/PSTUtil.class.d.ts +134 -135
  50. package/dist/PSTUtil.class.js +795 -795
  51. package/dist/RecurrencePattern.class.d.ts +49 -50
  52. package/dist/RecurrencePattern.class.js +120 -120
  53. package/dist/index.d.ts +6 -6
  54. package/dist/index.js +15 -15
  55. package/example/package.json +6 -6
  56. package/example/yarn.lock +120 -67
  57. package/junit.xml +68 -68
  58. package/package.json +26 -26
  59. package/readme.md +3 -3
package/example/yarn.lock CHANGED
@@ -2,52 +2,74 @@
2
2
  # yarn lockfile v1
3
3
 
4
4
 
5
- "@cspotcode/source-map-consumer@0.8.0":
6
- version "0.8.0"
7
- resolved "https://registry.yarnpkg.com/@cspotcode/source-map-consumer/-/source-map-consumer-0.8.0.tgz#33bf4b7b39c178821606f669bbc447a6a629786b"
8
- integrity sha512-41qniHzTU8yAGbCp04ohlmSrZf8bkf/iJsl3V0dRGsQN/5GFfx+LbCSsCpp2gqrqjTVg/K6O8ycoV35JIwAzAg==
9
-
10
- "@cspotcode/source-map-support@0.7.0":
11
- version "0.7.0"
12
- resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.7.0.tgz#4789840aa859e46d2f3173727ab707c66bf344f5"
13
- integrity sha512-X4xqRHqN8ACt2aHVe51OxeA2HjbcL4MqFqXkrmQszJ1NOUuUu5u6Vqx/0lZSVNku7velL5FC/s5uEAj1lsBMhA==
5
+ "@cspotcode/source-map-support@^0.8.0":
6
+ version "0.8.1"
7
+ resolved "https://registry.yarnpkg.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz#00629c35a688e05a88b1cda684fb9d5e73f000a1"
8
+ integrity sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==
14
9
  dependencies:
15
- "@cspotcode/source-map-consumer" "0.8.0"
10
+ "@jridgewell/trace-mapping" "0.3.9"
11
+
12
+ "@jridgewell/resolve-uri@^3.0.3":
13
+ version "3.1.2"
14
+ resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz#7a0ee601f60f99a20c7c7c5ff0c80388c1189bd6"
15
+ integrity sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==
16
+
17
+ "@jridgewell/sourcemap-codec@^1.4.10":
18
+ version "1.5.0"
19
+ resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
20
+ integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
21
+
22
+ "@jridgewell/trace-mapping@0.3.9":
23
+ version "0.3.9"
24
+ resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
25
+ integrity sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==
26
+ dependencies:
27
+ "@jridgewell/resolve-uri" "^3.0.3"
28
+ "@jridgewell/sourcemap-codec" "^1.4.10"
29
+
30
+ "@pkgr/core@^0.1.0":
31
+ version "0.1.1"
32
+ resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
33
+ integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
16
34
 
17
35
  "@tsconfig/node10@^1.0.7":
18
- version "1.0.8"
19
- resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.8.tgz#c1e4e80d6f964fbecb3359c43bd48b40f7cadad9"
20
- integrity sha512-6XFfSQmMgq0CFLY1MslA/CPUfhIL919M1rMsa5lP2P097N2Wd1sSX0tx1u4olM16fLNhtHZpRhedZJphNJqmZg==
36
+ version "1.0.11"
37
+ resolved "https://registry.yarnpkg.com/@tsconfig/node10/-/node10-1.0.11.tgz#6ee46400685f130e278128c7b38b7e031ff5b2f2"
38
+ integrity sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==
21
39
 
22
40
  "@tsconfig/node12@^1.0.7":
23
- version "1.0.9"
24
- resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.9.tgz#62c1f6dee2ebd9aead80dc3afa56810e58e1a04c"
25
- integrity sha512-/yBMcem+fbvhSREH+s14YJi18sp7J9jpuhYByADT2rypfajMZZN4WQ6zBGgBKp53NKmqI36wFYDb3yaMPurITw==
41
+ version "1.0.11"
42
+ resolved "https://registry.yarnpkg.com/@tsconfig/node12/-/node12-1.0.11.tgz#ee3def1f27d9ed66dac6e46a295cffb0152e058d"
43
+ integrity sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==
26
44
 
27
45
  "@tsconfig/node14@^1.0.0":
28
- version "1.0.1"
29
- resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.1.tgz#95f2d167ffb9b8d2068b0b235302fafd4df711f2"
30
- integrity sha512-509r2+yARFfHHE7T6Puu2jjkoycftovhXRqW328PDXTVGKihlb1P8Z9mMZH04ebyajfRY7dedfGynlrFHJUQCg==
46
+ version "1.0.3"
47
+ resolved "https://registry.yarnpkg.com/@tsconfig/node14/-/node14-1.0.3.tgz#e4386316284f00b98435bf40f72f75a09dabf6c1"
48
+ integrity sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==
31
49
 
32
50
  "@tsconfig/node16@^1.0.2":
33
- version "1.0.2"
34
- resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.2.tgz#423c77877d0569db20e1fc80885ac4118314010e"
35
- integrity sha512-eZxlbI8GZscaGS7kkc/trHTT5xgrjH3/1n2JDwusC9iahPKWMRvRjJSAN5mCXviuTGQ/lHnhvv8Q1YTpnfz9gA==
36
-
37
- "@types/node@^17.0.22":
38
- version "17.0.22"
39
- resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.22.tgz#38b6c4b9b2f3ed9f2e376cce42a298fb2375251e"
40
- integrity sha512-8FwbVoG4fy+ykY86XCAclKZDORttqE5/s7dyWZKLXTdv3vRy5HozBEinG5IqhvPXXzIZEcTVbuHlQEI6iuwcmw==
51
+ version "1.0.4"
52
+ resolved "https://registry.yarnpkg.com/@tsconfig/node16/-/node16-1.0.4.tgz#0b92dcc0cc1c81f6f306a381f28e31b1a56536e9"
53
+ integrity sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==
54
+
55
+ "@types/node@^22.10.7":
56
+ version "22.10.7"
57
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
58
+ integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
59
+ dependencies:
60
+ undici-types "~6.20.0"
41
61
 
42
62
  acorn-walk@^8.1.1:
43
- version "8.2.0"
44
- resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
45
- integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
63
+ version "8.3.4"
64
+ resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.3.4.tgz#794dd169c3977edf4ba4ea47583587c5866236b7"
65
+ integrity sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==
66
+ dependencies:
67
+ acorn "^8.11.0"
46
68
 
47
- acorn@^8.4.1:
48
- version "8.7.0"
49
- resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.7.0.tgz#90951fde0f8f09df93549481e5fc141445b791cf"
50
- integrity sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==
69
+ acorn@^8.11.0, acorn@^8.4.1:
70
+ version "8.14.0"
71
+ resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.14.0.tgz#063e2c70cac5fb4f6467f0b11152e04c682795b0"
72
+ integrity sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==
51
73
 
52
74
  arg@^4.1.0:
53
75
  version "4.1.3"
@@ -64,27 +86,35 @@ diff@^4.0.1:
64
86
  resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
65
87
  integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
66
88
 
67
- eslint-config-prettier@^8.5.0:
68
- version "8.5.0"
69
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
70
- integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
89
+ eslint-config-prettier@^10.0.1:
90
+ version "10.0.1"
91
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf"
92
+ integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw==
71
93
 
72
- eslint-plugin-prettier@^4.0.0:
73
- version "4.0.0"
74
- resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.0.0.tgz#8b99d1e4b8b24a762472b4567992023619cb98e0"
75
- integrity sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==
94
+ eslint-plugin-prettier@^5.2.2:
95
+ version "5.2.2"
96
+ resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.2.2.tgz#d1f068f65dc8490f102eda21d1f4cd150c205211"
97
+ integrity sha512-1yI3/hf35wmlq66C8yOyrujQnel+v5l1Vop5Cl2I6ylyNTT1JbuUUnV3/41PzwTzcyDp/oF0jWE3HXvcH5AQOQ==
76
98
  dependencies:
77
99
  prettier-linter-helpers "^1.0.0"
100
+ synckit "^0.9.1"
78
101
 
79
102
  fast-diff@^1.1.2:
80
- version "1.2.0"
81
- resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
82
- integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
103
+ version "1.3.0"
104
+ resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.3.0.tgz#ece407fa550a64d638536cd727e129c61616e0f0"
105
+ integrity sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==
106
+
107
+ iconv-lite@^0.6.3:
108
+ version "0.6.3"
109
+ resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.6.3.tgz#a52f80bf38da1952eb5c681790719871a1a72501"
110
+ integrity sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==
111
+ dependencies:
112
+ safer-buffer ">= 2.1.2 < 3.0.0"
83
113
 
84
- long@^4.0.0:
85
- version "4.0.0"
86
- resolved "https://registry.yarnpkg.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
87
- integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
114
+ long@^5.2.3:
115
+ version "5.2.4"
116
+ resolved "https://registry.yarnpkg.com/long/-/long-5.2.4.tgz#ee651d5c7c25901cfca5e67220ae9911695e99b2"
117
+ integrity sha512-qtzLbJE8hq7VabR3mISmVGtoXP8KGc2Z/AT8OuqlYD7JTR3oqrgwdjnk07wpj1twXxYmgDXgoKVWUG/fReSzHg==
88
118
 
89
119
  make-error@^1.1.1:
90
120
  version "1.3.6"
@@ -98,21 +128,34 @@ prettier-linter-helpers@^1.0.0:
98
128
  dependencies:
99
129
  fast-diff "^1.1.2"
100
130
 
101
- prettier@^2.6.0:
102
- version "2.6.0"
103
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4"
104
- integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==
131
+ prettier@^3.4.2:
132
+ version "3.4.2"
133
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
134
+ integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
105
135
 
106
136
  "pst-extractor@link:..":
107
137
  version "0.0.0"
108
138
  uid ""
109
139
 
110
- ts-node@^10.7.0:
111
- version "10.7.0"
112
- resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.7.0.tgz#35d503d0fab3e2baa672a0e94f4b40653c2463f5"
113
- integrity sha512-TbIGS4xgJoX2i3do417KSaep1uRAW/Lu+WAL2doDHC0D6ummjirVOXU5/7aiZotbQ5p1Zp9tP7U6cYhA0O7M8A==
140
+ "safer-buffer@>= 2.1.2 < 3.0.0":
141
+ version "2.1.2"
142
+ resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
143
+ integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
144
+
145
+ synckit@^0.9.1:
146
+ version "0.9.2"
147
+ resolved "https://registry.yarnpkg.com/synckit/-/synckit-0.9.2.tgz#a3a935eca7922d48b9e7d6c61822ee6c3ae4ec62"
148
+ integrity sha512-vrozgXDQwYO72vHjUb/HnFbQx1exDjoKzqx23aXEg2a9VIg2TSFZ8FmeZpTjUCFMYw7mpX4BE2SFu8wI7asYsw==
149
+ dependencies:
150
+ "@pkgr/core" "^0.1.0"
151
+ tslib "^2.6.2"
152
+
153
+ ts-node@^10.9.2:
154
+ version "10.9.2"
155
+ resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
156
+ integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
114
157
  dependencies:
115
- "@cspotcode/source-map-support" "0.7.0"
158
+ "@cspotcode/source-map-support" "^0.8.0"
116
159
  "@tsconfig/node10" "^1.0.7"
117
160
  "@tsconfig/node12" "^1.0.7"
118
161
  "@tsconfig/node14" "^1.0.0"
@@ -123,23 +166,33 @@ ts-node@^10.7.0:
123
166
  create-require "^1.1.0"
124
167
  diff "^4.0.1"
125
168
  make-error "^1.1.1"
126
- v8-compile-cache-lib "^3.0.0"
169
+ v8-compile-cache-lib "^3.0.1"
127
170
  yn "3.1.1"
128
171
 
129
- typescript@^4.6.2:
130
- version "4.6.2"
131
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4"
132
- integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==
172
+ tslib@^2.6.2:
173
+ version "2.8.1"
174
+ resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
175
+ integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
176
+
177
+ typescript@^5.7.3:
178
+ version "5.7.3"
179
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.3.tgz#919b44a7dbb8583a9b856d162be24a54bf80073e"
180
+ integrity sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==
181
+
182
+ undici-types@~6.20.0:
183
+ version "6.20.0"
184
+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.20.0.tgz#8171bf22c1f588d1554d55bf204bc624af388433"
185
+ integrity sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==
133
186
 
134
187
  uuid-parse@^1.1.0:
135
188
  version "1.1.0"
136
189
  resolved "https://registry.yarnpkg.com/uuid-parse/-/uuid-parse-1.1.0.tgz#7061c5a1384ae0e1f943c538094597e1b5f3a65b"
137
190
  integrity sha512-OdmXxA8rDsQ7YpNVbKSJkNzTw2I+S5WsbMDnCtIWSQaosNAcWtFuI/YK1TjzUI6nbkgiqEyh8gWngfcv8Asd9A==
138
191
 
139
- v8-compile-cache-lib@^3.0.0:
140
- version "3.0.0"
141
- resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.0.tgz#0582bcb1c74f3a2ee46487ceecf372e46bce53e8"
142
- integrity sha512-mpSYqfsFvASnSn5qMiwrr4VKfumbPyONLCOPmsR3A6pTY/r0+tSaVbgPWSAIuzbk3lCTa+FForeTiO+wBQGkjA==
192
+ v8-compile-cache-lib@^3.0.1:
193
+ version "3.0.1"
194
+ resolved "https://registry.yarnpkg.com/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz#6336e8d71965cb3d35a1bbb7868445a7c05264bf"
195
+ integrity sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==
143
196
 
144
197
  yn@3.1.1:
145
198
  version "3.1.1"
package/junit.xml CHANGED
@@ -1,69 +1,69 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuites name="jest tests" tests="22" failures="0" errors="0" time="7.714">
3
- <testsuite name="PSTfile tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="4.376" tests="1">
4
- <testcase classname="PSTfile tests should open the file" name="PSTfile tests should open the file" time="0.015">
5
- </testcase>
6
- </testsuite>
7
- <testsuite name="PSTObject tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="4.487" tests="1">
8
- <testcase classname="PSTObject tests should have basic attributes" name="PSTObject tests should have basic attributes" time="0.144">
9
- </testcase>
10
- </testsuite>
11
- <testsuite name="PSTFolder tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="4.482" tests="2">
12
- <testcase classname="PSTFolder tests should have a root folder" name="PSTFolder tests should have a root folder" time="0.012">
13
- </testcase>
14
- <testcase classname="PSTFolder tests root folder should have sub folders" name="PSTFolder tests root folder should have sub folders" time="0.114">
15
- </testcase>
16
- </testsuite>
17
- <testsuite name="PSTRecipient tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="4.533" tests="1">
18
- <testcase classname="PSTRecipient tests should have email messages" name="PSTRecipient tests should have email messages" time="0.179">
19
- </testcase>
20
- </testsuite>
21
- <testsuite name="PSTMessage tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="4.625" tests="2">
22
- <testcase classname="PSTMessage tests should have email messages" name="PSTMessage tests should have email messages" time="0.098">
23
- </testcase>
24
- <testcase classname="PSTMessage tests should have email message which uses block skip points" name="PSTMessage tests should have email message which uses block skip points" time="0.055">
25
- </testcase>
26
- </testsuite>
27
- <testsuite name="PSTActivity tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="4.827" tests="2">
28
- <testcase classname="PSTActivity tests should have a Journal folder" name="PSTActivity tests should have a Journal folder" time="0.002">
29
- </testcase>
30
- <testcase classname="PSTActivity tests root folder should have a journal entry" name="PSTActivity tests root folder should have a journal entry" time="0.015">
31
- </testcase>
32
- </testsuite>
33
- <testsuite name="PSTTask tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="4.833" tests="2">
34
- <testcase classname="PSTTask tests should have a Tasks folder" name="PSTTask tests should have a Tasks folder" time="0.002">
35
- </testcase>
36
- <testcase classname="PSTTask tests should have two tasks" name="PSTTask tests should have two tasks" time="0.026">
37
- </testcase>
38
- </testsuite>
39
- <testsuite name="PSTAppointment tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="4.835" tests="2">
40
- <testcase classname="PSTAppointment tests should have a Calendar folder" name="PSTAppointment tests should have a Calendar folder" time="0.003">
41
- </testcase>
42
- <testcase classname="PSTAppointment tests should have two calendar items" name="PSTAppointment tests should have two calendar items" time="0.024">
43
- </testcase>
44
- </testsuite>
45
- <testsuite name="PSTContact tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="4.85" tests="2">
46
- <testcase classname="PSTContact tests should have a Contact folder" name="PSTContact tests should have a Contact folder" time="0.002">
47
- </testcase>
48
- <testcase classname="PSTContact tests should have a contact with several fields" name="PSTContact tests should have a contact with several fields" time="0.041">
49
- </testcase>
50
- </testsuite>
51
- <testsuite name="RecurrencePattern tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="4.864" tests="2">
52
- <testcase classname="RecurrencePattern tests should have a Calendar folder" name="RecurrencePattern tests should have a Calendar folder" time="0.002">
53
- </testcase>
54
- <testcase classname="RecurrencePattern tests should have repeating events" name="RecurrencePattern tests should have repeating events" time="0.046">
55
- </testcase>
56
- </testsuite>
57
- <testsuite name="PSTAttachment tests" errors="0" failures="0" skipped="0" timestamp="2022-04-06T14:15:05" time="5.325" tests="5">
58
- <testcase classname="PSTAttachment tests should have a contact with an attachment" name="PSTAttachment tests should have a contact with an attachment" time="0.246">
59
- </testcase>
60
- <testcase classname="PSTAttachment tests should have a task with an attachment" name="PSTAttachment tests should have a task with an attachment" time="0.115">
61
- </testcase>
62
- <testcase classname="PSTAttachment tests should have email with word attachment" name="PSTAttachment tests should have email with word attachment" time="0.119">
63
- </testcase>
64
- <testcase classname="PSTAttachment tests should have email with excel attachment" name="PSTAttachment tests should have email with excel attachment" time="0.123">
65
- </testcase>
66
- <testcase classname="PSTAttachment tests should have email with jpg attachment" name="PSTAttachment tests should have email with jpg attachment" time="0.123">
67
- </testcase>
68
- </testsuite>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <testsuites name="jest tests" tests="22" failures="0" errors="0" time="1.693">
3
+ <testsuite name="PSTfile tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.057" tests="1">
4
+ <testcase classname="PSTfile tests should open the file" name="PSTfile tests should open the file" time="0.006">
5
+ </testcase>
6
+ </testsuite>
7
+ <testsuite name="PSTFolder tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.068" tests="2">
8
+ <testcase classname="PSTFolder tests should have a root folder" name="PSTFolder tests should have a root folder" time="0.013">
9
+ </testcase>
10
+ <testcase classname="PSTFolder tests root folder should have sub folders" name="PSTFolder tests root folder should have sub folders" time="0.023">
11
+ </testcase>
12
+ </testsuite>
13
+ <testsuite name="PSTObject tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.084" tests="1">
14
+ <testcase classname="PSTObject tests should have basic attributes" name="PSTObject tests should have basic attributes" time="0.044">
15
+ </testcase>
16
+ </testsuite>
17
+ <testsuite name="PSTRecipient tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.105" tests="1">
18
+ <testcase classname="PSTRecipient tests should have email messages" name="PSTRecipient tests should have email messages" time="0.05">
19
+ </testcase>
20
+ </testsuite>
21
+ <testsuite name="PSTMessage tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.114" tests="2">
22
+ <testcase classname="PSTMessage tests should have email messages" name="PSTMessage tests should have email messages" time="0.032">
23
+ </testcase>
24
+ <testcase classname="PSTMessage tests should have email message which uses block skip points" name="PSTMessage tests should have email message which uses block skip points" time="0.014">
25
+ </testcase>
26
+ </testsuite>
27
+ <testsuite name="PSTTask tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.162" tests="2">
28
+ <testcase classname="PSTTask tests should have a Tasks folder" name="PSTTask tests should have a Tasks folder" time="0.004">
29
+ </testcase>
30
+ <testcase classname="PSTTask tests should have two tasks" name="PSTTask tests should have two tasks" time="0.01">
31
+ </testcase>
32
+ </testsuite>
33
+ <testsuite name="PSTActivity tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.165" tests="2">
34
+ <testcase classname="PSTActivity tests should have a Journal folder" name="PSTActivity tests should have a Journal folder" time="0.004">
35
+ </testcase>
36
+ <testcase classname="PSTActivity tests root folder should have a journal entry" name="PSTActivity tests root folder should have a journal entry" time="0.009">
37
+ </testcase>
38
+ </testsuite>
39
+ <testsuite name="PSTAppointment tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.188" tests="2">
40
+ <testcase classname="PSTAppointment tests should have a Calendar folder" name="PSTAppointment tests should have a Calendar folder" time="0.003">
41
+ </testcase>
42
+ <testcase classname="PSTAppointment tests should have two calendar items" name="PSTAppointment tests should have two calendar items" time="0.017">
43
+ </testcase>
44
+ </testsuite>
45
+ <testsuite name="RecurrencePattern tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.199" tests="2">
46
+ <testcase classname="RecurrencePattern tests should have a Calendar folder" name="RecurrencePattern tests should have a Calendar folder" time="0.004">
47
+ </testcase>
48
+ <testcase classname="RecurrencePattern tests should have repeating events" name="RecurrencePattern tests should have repeating events" time="0.025">
49
+ </testcase>
50
+ </testsuite>
51
+ <testsuite name="PSTContact tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.199" tests="2">
52
+ <testcase classname="PSTContact tests should have a Contact folder" name="PSTContact tests should have a Contact folder" time="0.004">
53
+ </testcase>
54
+ <testcase classname="PSTContact tests should have a contact with several fields" name="PSTContact tests should have a contact with several fields" time="0.019">
55
+ </testcase>
56
+ </testsuite>
57
+ <testsuite name="PSTAttachment tests" errors="0" failures="0" skipped="0" timestamp="2025-01-18T18:35:49" time="1.396" tests="5">
58
+ <testcase classname="PSTAttachment tests should have a contact with an attachment" name="PSTAttachment tests should have a contact with an attachment" time="0.092">
59
+ </testcase>
60
+ <testcase classname="PSTAttachment tests should have a task with an attachment" name="PSTAttachment tests should have a task with an attachment" time="0.054">
61
+ </testcase>
62
+ <testcase classname="PSTAttachment tests should have email with word attachment" name="PSTAttachment tests should have email with word attachment" time="0.053">
63
+ </testcase>
64
+ <testcase classname="PSTAttachment tests should have email with excel attachment" name="PSTAttachment tests should have email with excel attachment" time="0.053">
65
+ </testcase>
66
+ <testcase classname="PSTAttachment tests should have email with jpg attachment" name="PSTAttachment tests should have email with jpg attachment" time="0.058">
67
+ </testcase>
68
+ </testsuite>
69
69
  </testsuites>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pst-extractor",
3
- "version": "1.9.0",
3
+ "version": "1.11.0",
4
4
  "description": "Extract objects from MS Outlook/Exchange PST files",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,40 +18,40 @@
18
18
  "author": "Ed Pfromer (epfromer@gmail.com)",
19
19
  "license": "MIT",
20
20
  "devDependencies": {
21
- "@babel/core": "^7.17.8",
22
- "@babel/plugin-proposal-class-properties": "^7.16.7",
23
- "@babel/preset-env": "^7.16.11",
24
- "@babel/preset-typescript": "^7.16.7",
25
- "@types/debug": "4.1.7",
26
- "@types/jest": "^27.4.1",
27
- "@types/long": "^4.0.1",
28
- "@types/node": "^17.0.23",
29
- "@typescript-eslint/eslint-plugin": "^5.18.0",
30
- "@typescript-eslint/parser": "^5.18.0",
21
+ "@babel/core": "^7.26.0",
22
+ "@babel/plugin-proposal-class-properties": "^7.18.6",
23
+ "@babel/preset-env": "^7.26.0",
24
+ "@babel/preset-typescript": "^7.26.0",
25
+ "@types/debug": "4.1.12",
26
+ "@types/jest": "^29.5.14",
27
+ "@types/long": "^5.0.0",
28
+ "@types/node": "^22.10.7",
29
+ "@typescript-eslint/eslint-plugin": "^8.20.0",
30
+ "@typescript-eslint/parser": "^8.20.0",
31
31
  "babel-eslint": "^10.1.0",
32
- "babel-jest": "^27.5.1",
32
+ "babel-jest": "^29.7.0",
33
33
  "cross-env": "^7.0.3",
34
- "debug": "^4.3.4",
35
- "eslint": "^8.12.0",
36
- "eslint-config-prettier": "^8.5.0",
37
- "eslint-config-standard": "^16.0.3",
38
- "eslint-plugin-import": "^2.26.0",
34
+ "debug": "^4.4.0",
35
+ "eslint": "^9.18.0",
36
+ "eslint-config-prettier": "^10.0.1",
37
+ "eslint-config-standard": "^17.1.0",
38
+ "eslint-plugin-import": "^2.31.0",
39
39
  "eslint-plugin-node": "^11.1.0",
40
- "eslint-plugin-prettier": "^4.0.0",
41
- "eslint-plugin-promise": "^6.0.0",
40
+ "eslint-plugin-prettier": "^5.2.2",
41
+ "eslint-plugin-promise": "^7.2.1",
42
42
  "eslint-plugin-standard": "^5.0.0",
43
- "jest": "^27.5.1",
44
- "jest-junit": "^13.1.0",
43
+ "jest": "^29.7.0",
44
+ "jest-junit": "^16.0.0",
45
45
  "npm-run-all": "^4.1.5",
46
- "prettier": "^2.6.2",
47
- "rimraf": "^3.0.2",
46
+ "prettier": "^3.4.2",
47
+ "rimraf": "^6.0.1",
48
48
  "source-map-support": "^0.5.21",
49
- "ts-node": "^10.7.0",
50
- "typescript": "^4.6.3"
49
+ "ts-node": "^10.9.2",
50
+ "typescript": "^5.7.3"
51
51
  },
52
52
  "dependencies": {
53
53
  "iconv-lite": "^0.6.3",
54
- "long": "^5.2.0",
54
+ "long": "^5.2.4",
55
55
  "uuid-parse": "^1.1.0"
56
56
  },
57
57
  "eslintConfig": {
package/readme.md CHANGED
@@ -1,11 +1,9 @@
1
1
  # pst-extractor
2
2
 
3
- [![npm](https://img.shields.io/npm/v/pst-extractor.svg)](https://www.npmjs.com/package/pst-extractor) ![github-issues](https://img.shields.io/github/issues/epfromer/pst-extractor.svg) [![Build Status](https://travis-ci.org/epfromer/pst-extractor.svg?branch=master)](https://travis-ci.org/epfromer/pst-extractor) ![stars](https://img.shields.io/github/stars/epfromer/pst-extractor.svg) ![forks](https://img.shields.io/github/forks/epfromer/pst-extractor.svg) ![](https://david-dm.org/epfromer/pst-extractor/status.svg) ![](https://david-dm.org/epfromer/pst-extractor/dev-status.svg) [![codecov](https://codecov.io/gh/epfromer/pst-extractor/branch/master/graph/badge.svg)](https://codecov.io/gh/epfromer/pst-extractor)
3
+ [![npm](https://img.shields.io/npm/v/pst-extractor.svg)](https://www.npmjs.com/package/pst-extractor) ![github-issues](https://img.shields.io/github/issues/epfromer/pst-extractor.svg) ![stars](https://img.shields.io/github/stars/epfromer/pst-extractor.svg) ![forks](https://img.shields.io/github/forks/epfromer/pst-extractor.svg) ![](https://david-dm.org/epfromer/pst-extractor/status.svg) ![](https://david-dm.org/epfromer/pst-extractor/dev-status.svg) [![codecov](https://codecov.io/gh/epfromer/pst-extractor/branch/master/graph/badge.svg)](https://codecov.io/gh/epfromer/pst-extractor)
4
4
 
5
5
  Extract objects from MS Outlook/Exchange PST files
6
6
 
7
- [![nodei.co](https://nodei.co/npm/pst-extractor.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/pst-extractor)
8
-
9
7
  ## Features
10
8
 
11
9
  Extract objects from MS Outlook/Exchange PST files.
@@ -14,6 +12,8 @@ This is based off code from https://github.com/rjohnsondev/java-libpst. Thanks t
14
12
 
15
13
  A spec from Microsoft on the PST file format is at https://msdn.microsoft.com/en-us/library/ff385210(v=office.12).aspx.
16
14
 
15
+ Note that this tool does NOT work with corrupt PST files.
16
+
17
17
  ## Install
18
18
 
19
19
  ```npm install --save pst-extractor```