mailu branch failed

This commit is contained in:
2025-07-28 12:18:54 +08:00
commit 2999e562c7
19 changed files with 1178 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "backend",
"version": "1.0.0",
"description": "Backend for email service",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^5.1.0",
"mysql2": "^3.14.2",
"mailparser": "^3.7.4",
"cors": "^2.8.5",
"get-stream": "^9.0.1"
}
}