mail-listener-fixed
Version:
Mail-listener2 with modifications from various forks. Including fix for duplicate email parse, reconnect on disconnect and allow listeners to fire more than once.
26 lines (25 loc) • 594 B
JSON
{
"name": "mail-listener-fixed",
"version": "1.1.0",
"description": "Mail-listener2 with modifications from various forks. Including fix for duplicate email parse, reconnect on disconnect and allow listeners to fire more than once.",
"dependencies": {
"imap": "~0.8.17",
"mailparser": "~0.4.9",
"async": "^0.9.2"
},
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "node ./test.js"
},
"keywords": [
"mail",
"gmail",
"imap",
"node.js",
"listener",
"event"
],
"author": "Chris Mobberley",
"license": "ISC"
}