Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
Mara-Li's profile
Mara-Li
1 contributions
mara-li

mara-li/mail-export

TypeScript
0
0
GNU General Public License v3.0

Support the dependencies of mara-li/mail-export

Account's avatar
HiraokaHyperTools/DeCompressRTF
Decompress CompressedRTF (used in outlook msg)
Account's avatar
HiraokaHyperTools/msgreader
Outlook Item File (.msg) reader in JavaScript Npm Module
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jsdom
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mailparser
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mime-types
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
absolute-version/commit-and-tag-version
replacement for `npm version` with automatic CHANGELOG generation
Account's avatar
date-fns/date-fns
Modern JavaScript date utility library
Account's avatar
marnusw/date-fns-tz
Time zone support for date-fns v3 with the Intl API
Account's avatar
dmnd/dedent
A string tag that strips indentation from multi-line strings. ⬅️
Account's avatar
document-highlighter/
Highlight a search-query in a HTML document
Account's avatar
ershov-konst/dom-parser
Fast dom parser based on regexps
Account's avatar
mbalabash/find-chrome-bin
Finds local Chromium binary to use it with puppeteer-core
Account's avatar
remarkablemark/html-dom-parser
HTML to DOM parser.
Account's avatar
pillarjs/iconv-lite
Convert character encodings in pure javascript.
Account's avatar
jsdom/jsdom
A JavaScript implementation of many web standards
Account's avatar
nodemailer/mailparser
Parse e-mails
Account's avatar
ultimateakash/puppeteer-html-pdf
HTML to PDF converter for Node.js
Account's avatar
mazira/rtf-stream-parser
Stream Transform class to tokenize RTF, and another to de-encapsulate text or HTML
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
mara-li/uniformize
A simple library to uniformize strings by extending the String prototype
Account's avatar
biomejs/biome
Biome is a toolchain for the web: formatter, linter and more
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
parshap/node-sanitize-filename
Sanitize a string for use as a filename

Mail‑Export is a Node library that parses .eml and .msg email files, lets you extract their headers, body and attachments, and can render the messages as HTML or convert them to PDF/PNG/JPEG using Puppeteer. It provides a simple TypeScript/JavaScript API (EmlParser/MessageParser and a Convert class) aimed at developers who need to program‑matically read, display, or archive email content and attachments.