mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-08-09 03:04:52 +00:00
Add routes to retrieve sent mails
This commit is contained in:
@ -20,6 +20,7 @@ CREATE TABLE "sentmail" (
|
||||
"uid" varchar(254) not null,
|
||||
"message_id" varchar(254) not null,
|
||||
"sender" varchar(254) not null,
|
||||
"conn_name" varchar(254) not null,
|
||||
"subject" varchar(254) not null,
|
||||
"recipients" varchar(254) not null,
|
||||
"body" text not null,
|
||||
|
Reference in New Issue
Block a user