add: mail ui

This commit is contained in:
trisua 2025-08-02 16:04:50 -04:00
parent 2e60cbc464
commit b2a73d286b
24 changed files with 993 additions and 259 deletions

View file

@ -5,5 +5,6 @@ CREATE TABLE IF NOT EXISTS letters (
receivers TEXT NOT NULL,
subject TEXT NOT NULL,
content TEXT NOT NULL,
read_by TEXT NOT NULL
read_by TEXT NOT NULL,
replying_to BIGINT NOT NULL
)