feat: add support for marking emails as answered or forwarded and update UI accordingly

This commit is contained in:
Linus Rath
2026-03-23 15:45:37 +01:00
parent 0c1f182b6b
commit f7ee204262
11 changed files with 142 additions and 5 deletions
+4 -1
View File
@@ -86,7 +86,10 @@
"vitest": "^4.0.16"
},
"overrides": {
"elliptic": "^6.6.1",
"elliptic": {
".": "^6.6.1",
"webcrypto-liner": "$elliptic"
},
"flatted": "^3.4.2",
"undici": "^7.24.0"
}