feat: support image (#3)

This commit is contained in:
Dream Hunter
2023-08-25 13:12:55 +08:00
committed by GitHub
parent dffdb3325c
commit ea501bef03
4 changed files with 228 additions and 3 deletions

View File

@@ -11,6 +11,12 @@
},
"dependencies": {
"hono": "^3.4.3",
"mailparser": "^3.6.5",
"postal-mime": "^1.0.16"
},
"pnpm": {
"patchedDependencies": {
"mailparser@3.6.5": "patches/mailparser@3.6.5.patch"
}
}
}