@molotochok/msg-viewer

1.0.3 • Public • Published

Description

This library allows you to read Outlook .msg file in browser.

Install

Simply run this command in terminal:

npm i @molotochok/msg-viewer

Usage

First import the library:

import { parse } from "@molotochok/msg-viewer";

Then parse the input array buffer:

const message = parse(new DataView(arrayBuffer));

The result is an object that contains relevant information about the message. It's structure is defined here.

Example

Refer to this page for the example usage of this library in the live experience.

Repository

You can find the source code on Github.

Support

If you wish to support me you can by me a coffee.

Readme

Keywords

none

Package Sidebar

Install

npm i @molotochok/msg-viewer

Weekly Downloads

25

Version

1.0.3

License

MIT

Unpacked Size

56.5 kB

Total Files

28

Last publish

Collaborators

  • molotochok