UNPKG

mailreader

Version:

This module parses RFC 2822 strings. Works on a simplified version of a MIME tree as commonly used in emails. `mailreader` uses [email.js](http://emailjs.org) components.

32 lines 773 B
{ "name": "mailreader", "version": "1.0.0", "license": "MIT", "scripts": { "test": "grunt" }, "main": "src/mailreader.js", "dependencies": { "emailjs-stringencoding": "^1.0.0", "emailjs-mime-parser": "^1.0.0" }, "repository": { "type": "git", "url": "https://github.com:whiteout-io/mailreader.git" }, "devDependencies": { "chai": "~1.8.1", "grunt": "~0.4.1", "grunt-contrib-connect": "~0.6.0", "grunt-contrib-jshint": "0.6.4", "grunt-contrib-copy": "*", "grunt-contrib-clean": "*", "grunt-mocha-test": "~0.10.2", "grunt-contrib-watch": "*", "mocha": "~1.16.2", "phantomjs": "~1.9.7-1", "grunt-mocha-phantomjs": "~0.4.0", "requirejs": "~2.1.10", "arraybuffer-slice": "0.0.2" } }