feat: attachment viewing function (#58)

This commit is contained in:
Dream Hunter
2024-01-13 23:57:52 +08:00
committed by GitHub
parent 2952a641a5
commit 97a1f0a968
11 changed files with 604 additions and 472 deletions

4
db/2024-01-13-path.sql Normal file
View File

@@ -0,0 +1,4 @@
ALTER TABLE
mails
ADD
message_id TEXT;