mail-listener5
Version:
Mail listener library for node.js. Get notification when new email arrived.
38 lines (37 loc) • 879 B
JSON
{
"name": "mail-listener5",
"version": "2.1.2",
"description": "Mail listener library for node.js. Get notification when new email arrived.",
"dependencies": {
"async": "^3.2.4",
"imap": "^0.8.19",
"mailparser": "^3.6.3"
},
"repository": {
"type": "git",
"url": "git://github.com/MatejMalicek/mail-listener2.git"
},
"homepage": "https://github.com/MatejMalicek/mail-listener2",
"keywords": [
"mail",
"job",
"imap",
"mail listener",
"mail listener2",
"mail listener3",
"mail listener4",
"email",
"email parser",
"node imap",
"mail parser"
],
"author": "Matej Malicek <matej@malicek.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatejMalicek/mail-listener2/issues"
},
"main": "index.js",
"scripts": {
"test": "test.js"
}
}