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:
commit
61a2f9a4ec
2 changed files with 79 additions and 0 deletions
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue