mailstrip

v0.0.9
mailstrip =========

mailstrip

simple function that intent to strip signature and history from an email to return only the content body. Its just a simple list of regexp that defines where the email need to be truncated each regexp has its own test.

Feel free to contribute by adding, a regexp and a testcase (tests are built with [mocha] 1 & [chai] 2)

install

npm install mailstrip

usage

var mailstrip = require('mailstrip')
  , content = mailstrip(emailBody);

test

# build first
$ cake build

# run mocha
$ mocha
npm i mailstrip

Metadata

  • Unknown
  • Whatever
  • Pierre-Guillaume Herveou
  • released 4/4/2014

Downloads

Maintainers