Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
email-reply-parser-draft
Advanced tools
Node library for parsing plain text email content. Based on https://github.com/willdurand/EmailReplyParser
Email Reply Parser is a node library to parse plain-text email replies and extract content
This library supports most email replies, signatures and locales.
Crisp |
👋 You use this library and you want to be listed there? Contact us.
Install the project using NPM:
npm install --save email-reply-parser
This library is used at Crisp everyday with around 1 million inbound emails. Over the years, we improved this library so tt can work with most emails.
On DATE, NAME <EMAIL> wrote:
Sent from my iPhone
Best wishes
var EmailReplyParser = require("email-reply-parser");
var email = new EmailReplyParser().read(MY_EMAIL_STRING);
console.log(email.getVisibleText());
Feel free to fork this project and submit fixes. We may adapt your code to fit the codebase.
You can run unit tests using:
npm test
email-reply-parser is released under the MIT License. See the bundled LICENSE file for details.
FAQs
Node library for parsing plain text email content. Based on https://github.com/willdurand/EmailReplyParser
We found that email-reply-parser-draft demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.