1.0.10 • Published 3 years ago

msg-parser v1.0.10

Weekly downloads
216
License
ISC
Repository
github
Last release
3 years ago

This project allows to parse Outlook MSG files and perform certain operations:

  • Traverse structure (i.e. access attachments, embedded MSG files, recipients)
  • Retrieve properties of objects
  • Extract attachments and embedded MSG files (the same is true for attachments and embedded message of embedded MSG files :) ).

Project doesn't support modification of an MSG file and there is no plan of adding such a support in a near future. But it is possible to create an extension for this purpose. Code relies on the implementation of Compound Binary File format from this GIT repository: https://github.com/ifedoroff/compound-file-js .

Usage

You can find example of usage in test/example.spec.ts

List of useful references for understanding of the MSG format: \ MS-OXMSG \ MS-OXPROPS

1.0.9

3 years ago

1.0.8

3 years ago

1.0.10

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago