UNPKG

node-red-contrib-outlook-imap

Version:

Node-RED node to capture emails from Outlook inbox using IMAP with OAuth2 token

44 lines (43 loc) 995 B
{ "name": "node-red-contrib-outlook-imap", "version": "3.0.8", "main": "outlook-imap.js", "description": "Node-RED node to capture emails from Outlook inbox using IMAP with OAuth2 token", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "Gustavo Napomuceno", "email": "gustavo.napomuceno@gmail.com", "url": "https://www.linkedin.com/in/gustavonpco" }, "license": "Apache-2.0", "keywords": [ "node-red", "email", "gmail", "imap", "pop", "smtp", "smtp-server", "mta" ], "dependencies": { "request": "~2.88.2", "imap": "~0.8.19", "mailparser": "~3.7.1" }, "node-red": { "version": ">=3.0.0", "nodes": { "outlook-imap": "outlook-imap.js" } }, "repository": { "type": "git", "url": "https://github.com/gustavonpco/node-red-contrib-outlook-imap.git" }, "engines": { "node": ">=18.0.0" } }