feat: add auto reply (#49)

* feat: add auto reply

* feat: add auto reply

* feat: update readme

* feat: add auto reply
This commit is contained in:
Dream Hunter
2023-12-18 21:41:15 +08:00
committed by GitHub
parent af78248145
commit 95ae65dc03
14 changed files with 349 additions and 33 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"start": "wrangler dev"
},
@@ -12,6 +13,7 @@
"dependencies": {
"hono": "^3.11.7",
"mailparser": "^3.6.5",
"mimetext": "^3.0.16",
"postal-mime": "^1.1.0"
},
"pnpm": {