Skip to content

DarkSorrow/node-bounce-handler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Bounce Handler

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

Usage

var BounceHandler = require('node-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/

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Shell 0.3%