Added Dockerfile and CI/CD for Imapsync

Added Core Functionality for Imapsync
This commit is contained in:
2023-11-29 19:52:37 +01:00
parent ff966418b2
commit d74d7abc90
574 changed files with 956 additions and 89559 deletions

View 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"
}
}