1
0
Fork 0
mirror of https://github.com/dadada/inbox2matrix.git synced 2025-06-08 18:13:57 +02:00

Connect to imap and list messages

This commit is contained in:
Tim Schubert 2019-03-31 17:39:47 +02:00
commit 61a2f9a4ec
2 changed files with 79 additions and 0 deletions

17
package.json Normal file
View file

@ -0,0 +1,17 @@
{
"name": "inbox2matrix",
"version": "1.0.0",
"description": "",
"main": "inbox2matrix.js",
"dependencies": {
"config": "^3.0.1",
"imap": "^0.8.19",
"process": "^0.11.10"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}