HiraokaHyperTools / msgreader

40 stars 9 forks source link

compressedRtf broke between versions 1.9.* and 1.10.* #19

Closed GTCrais closed 3 years ago

GTCrais commented 3 years ago

When upgrading from 1.9 to 1.10, compressedRtf data broke.

For the same email:

1.9.0

compressedRtf: Uint8Array(21075) [
     79,  82,   0,   0, 122,  84,   1,   0,  76,  90,  70, 117,
     68, 124, 131,   8,   3,   0,  10,   0, 114,  99, 112, 103,
     49,  50,  53, 130,  50,   3,  67, 104, 116, 109, 108,  49,
      3,  49, 248,  98, 105, 100,   4,   0,   3,  48,   1,   3,
      1, 247,  10, 128,  39,   2, 164,   3, 227,   2,   0,  99,
    104,  10, 192, 115, 101, 248, 116,  48,  32,   7,  19,   2,
    128,  16, 131,   0,  80,   4,  86, 191,   8,  85,   7, 178,
     18,  85,  14,  81,   3,   1,  17,  87,  50,   6,   0,  59,
      6, 195,  18,  85,
    ... 20975 more items
  ],

**1.10.***

compressedRtf: Uint8Array(8) [
    83, 82,   0,  0,
     3,  0, 217, 33
  ],
kenjiuno commented 3 years ago

Sorry, it is fix on @kenjiuno/msgreader@1.11.0

GTCrais commented 3 years ago

Thanks!