Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bounce-handler

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bounce-handler

Parse email bounce notification messages

  • 7.3.2-fork.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
48
decreased by-20%
Maintainers
1
Weekly downloads
 
Created
Source

This is a fork of prasad83/node-bounce-handler.

NodeJS Bounce Handler

Port of (PHP-Bounce-Handler - https://github.com/cfortune/PHP-Bounce-Handler v7.3) in NodeJS.

Usage

  var BounceHandler = require('bounce-handler').BounceHandler;
  var bh = new BounceHandler();
  var bounceResult = bh.parse_email(emlDataString);

About PHP-Bounce-Handler

This class can be used to parse bounced message reports. It parses e-mail messages with multipart report content type formatted according to RFC 1892 and 1894 documents. If the bounce is not well formed, it also tries to extract some useful information. Exim is supported, partially. More... http://anti-spam-man.com/php_bouncehandler/

FAQs

Package last updated on 26 Dec 2018

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc