Skip to content

Commit d9a9620

Browse files
committed
@kenjiuno/msgreader@1.27.0-alpha.1
1 parent 18415a5 commit d9a9620

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kenjiuno/msgreader",
3-
"version": "1.26.0",
3+
"version": "1.27.0-alpha.1",
44
"description": "Outlook Item File (.msg) reader in JavaScript Npm Module",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

src/const.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export default {
7474
'3ff1': 'messageLocaleId',
7575
'0e07': 'messageFlags',
7676
'1035': 'messageId',
77+
'3fd9': 'preview',
7778
// attachment specific
7879
'3007': 'creationTime',
7980
'3008': 'lastModificationTime',

test/sent2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"normalizedSubject": "Sending test",
2121
"body": "Hello.\r\n",
2222
"messageId": "<OS3P286MB0565639EF64566509A9EE31281CC9@OS3P286MB0565.JPNP286.PROD.OUTLOOK.COM>",
23+
"preview": "Hello.",
2324
"lastModifierName": "UnoKenji",
2425
"creatorSMTPAddress": "ku@digitaldolphins.onmicrosoft.com",
2526
"lastModifierSMTPAddress": "ku@digitaldolphins.onmicrosoft.com",

0 commit comments

Comments
 (0)