@kenjiuno/msgreader
Advanced tools
Comparing version 1.8.0-alpha.1 to 1.8.1-alpha.1
@@ -58,2 +58,4 @@ declare const _default: { | ||
'3ffa': string; | ||
'3007': string; | ||
'3008': string; | ||
'3703': string; | ||
@@ -93,2 +95,3 @@ '3704': string; | ||
'001f': string; | ||
'0040': string; | ||
'0102': string; | ||
@@ -95,0 +98,0 @@ '0003': string; |
@@ -64,2 +64,4 @@ "use strict"; | ||
// attachment specific | ||
'3007': 'creationTime', | ||
'3008': 'lastModificationTime', | ||
'3703': 'extension', | ||
@@ -94,2 +96,3 @@ '3704': 'fileNameShort', | ||
'001f': 'unicode', | ||
'0040': 'time', | ||
'0102': 'binary', | ||
@@ -96,0 +99,0 @@ '0003': 'integer', |
@@ -102,2 +102,7 @@ "use strict"; | ||
} | ||
else if (decodeAs === "time") { | ||
var lo = ds.readUint32(); | ||
var fileTime = lo + (4294967296.0 * ds.readUint32()); | ||
value = new Date(fileTimeToUnixEpoch(fileTime)).toUTCString(); | ||
} | ||
if (skip) { | ||
@@ -104,0 +109,0 @@ key = undefined; |
{ | ||
"name": "@kenjiuno/msgreader", | ||
"version": "1.8.0-alpha.1", | ||
"version": "1.8.1-alpha.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
254691
7378