Skip to content

HiraokaHyperTools/msgreader-web-ng

Repository files navigation

msgreader-web-ng

npm

Links: typedoc documentation | online demo

Outlook Item File (.msg) reader in JavaScript npm Module

Original projects:

About modernization:

  • This is a special version of msgreader.
  • It removed the dependency of iconv-lite package.
  • It is said that the iconv-lite package relies on Node.js-specific APIs like buffer and string_decoder.
  • This version will help to run msgreader on both a web browser (using Vite or such) and Node.js runtimes.

And also it is published as a npm package.

Usage:

import { MsgReader } from "@kenjiuno/msgreader-web-ng";

const testMsg = new MsgReader(arrayBuffer);
testMsg.parserConfig = {
    ansiEncoding: ansiEncoding,
    includeRawProps: includeRawProps,
};
const testMsgInfo = testMsg.getFileData();
// ...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors