Added Dockerfile and CI/CD for Imapsync
Added Core Functionality for Imapsync
This commit is contained in:
16
tools/imapsync/package.json
Normal file
16
tools/imapsync/package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "imaps",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"start": "nodemon index.mjs"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@supabase/supabase-js": "^2.39.0",
|
||||
"mailparser": "^3.6.5",
|
||||
"node-imap": "^0.9.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user