@hiraokahypertools/msg_to_eml
v0.3.0
Published
Links: [_typedoc documentation_](https://hiraokahypertools.github.io/msg_to_eml/typedoc/)
Downloads
26
Readme
msg_to_eml
Links: typedoc documentation
Installation
yarn add @hiraokahypertools/msg_to_emlUsage:
const { MsgConverter } = require('@hiraokahypertools/msg_to_eml');
const msgFileBuffer = await fs.promises.readFile(msgFilePath);
const buffer = await (new MsgConverter({ ansiEncoding: options.ansiEncoding }).convertToBuffer(msgFileBuffer));
process.stdout.write(buffer);