is-autoreply
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "is-autoreply", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Detect if email is an autoreply according to the email headers.", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/walling/is-autoreply.git" | ||
"url": "git+https://github.com/BOOKATIGER/is-autoreply.git" | ||
}, | ||
@@ -44,5 +44,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/walling/is-autoreply/issues" | ||
"url": "https://github.com/BOOKATIGER/is-autoreply/issues" | ||
}, | ||
"homepage": "https://github.com/walling/is-autoreply#readme", | ||
"homepage": "https://github.com/BOOKATIGER/is-autoreply#readme", | ||
"dependencies": { | ||
@@ -49,0 +49,0 @@ "header-parse": "~0.1.0" |
# is-autoreply | ||
![is-autoreply](https://api.travis-ci.org/walling/is-autoreply.svg) | ||
![is-autoreply](https://api.travis-ci.org/BOOKATIGER/is-autoreply.svg) | ||
Returns `true` if email is an autoreply according to the email headers. | ||
Please [open an issue](https://github.com/walling/is-autoreply/issues) if an email isn't properly detected as autoreply :) | ||
Please [open an issue](https://github.com/BOOKATIGER/is-autoreply/issues) if an email isn't properly detected as autoreply :) | ||
@@ -10,0 +10,0 @@ |
10592