File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments