feat: Enhance email processing to include parsed HTML body content in inbound email records
Closes #342
This commit is contained in:
@@ -6710,7 +6710,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/mailparser@npm:^3.4.4":
|
||||
"@types/mailparser@npm:^3.4.4, @types/mailparser@npm:^3.4.6":
|
||||
version: 3.4.6
|
||||
resolution: "@types/mailparser@npm:3.4.6"
|
||||
dependencies:
|
||||
@@ -7871,6 +7871,7 @@ __metadata:
|
||||
"@types/express": "npm:^5.0.5"
|
||||
"@types/helmet": "npm:^4.0.0"
|
||||
"@types/jsonwebtoken": "npm:^9.0.6"
|
||||
"@types/mailparser": "npm:^3.4.6"
|
||||
"@types/morgan": "npm:^1.9.9"
|
||||
"@types/multer": "npm:^2.0.0"
|
||||
"@types/signale": "npm:^1.4.7"
|
||||
@@ -7889,6 +7890,7 @@ __metadata:
|
||||
ioredis: "npm:^5.8.2"
|
||||
jsonwebtoken: "npm:^9.0.2"
|
||||
mailchecker: "npm:^6.0.19"
|
||||
mailparser: "npm:^3.9.8"
|
||||
morgan: "npm:^1.10.0"
|
||||
multer: "npm:^2.1.1"
|
||||
signale: "npm:^1.4.0"
|
||||
@@ -12996,6 +12998,18 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"libmime@npm:5.3.8":
|
||||
version: 5.3.8
|
||||
resolution: "libmime@npm:5.3.8"
|
||||
dependencies:
|
||||
encoding-japanese: "npm:2.2.0"
|
||||
iconv-lite: "npm:0.7.2"
|
||||
libbase64: "npm:1.3.0"
|
||||
libqp: "npm:2.1.1"
|
||||
checksum: 10c0/4fb65f7c07a9bdb0c0ee25bb80fac94a803807f9ac15a3d6cafc2c93303500d92c8ceb6dfe0ab938c871406fc01cb69a7a457f28b2037c47c283574e8900d8c4
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"libqp@npm:2.1.1":
|
||||
version: 2.1.1
|
||||
resolution: "libqp@npm:2.1.1"
|
||||
@@ -13400,6 +13414,24 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"mailparser@npm:^3.9.8":
|
||||
version: 3.9.8
|
||||
resolution: "mailparser@npm:3.9.8"
|
||||
dependencies:
|
||||
"@zone-eu/mailsplit": "npm:5.4.8"
|
||||
encoding-japanese: "npm:2.2.0"
|
||||
he: "npm:1.2.0"
|
||||
html-to-text: "npm:9.0.5"
|
||||
iconv-lite: "npm:0.7.2"
|
||||
libmime: "npm:5.3.8"
|
||||
linkify-it: "npm:5.0.0"
|
||||
nodemailer: "npm:8.0.5"
|
||||
punycode.js: "npm:2.3.1"
|
||||
tlds: "npm:1.261.0"
|
||||
checksum: 10c0/7d86b57cb6b676902d4547d573bb40c660b5adf1024b418ddd02a584af3b5a64b20d2153d94ea8b666034939e1f156b823f9f6ee3ddfbd2a2ae61920c7c3fc0a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"make-dir@npm:^4.0.0":
|
||||
version: 4.0.0
|
||||
resolution: "make-dir@npm:4.0.0"
|
||||
@@ -14832,6 +14864,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nodemailer@npm:8.0.5":
|
||||
version: 8.0.5
|
||||
resolution: "nodemailer@npm:8.0.5"
|
||||
checksum: 10c0/5e8450499bd059c56d74ba96fa5f9928de2ecdae0d53c083dba5661d797114c1f9524d30f992d0263cc5a7dcf5a54b9c1d92dc1f766da150c9d0bde7d3798431
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nopt@npm:^9.0.0":
|
||||
version: 9.0.0
|
||||
resolution: "nopt@npm:9.0.0"
|
||||
|
||||
Reference in New Issue
Block a user