feat: add email recipient history to user settings and implement management in InboxDetailPage
Build and Push Multi-Platform Images / build-and-push (push) Successful in 36s

This commit is contained in:
2026-05-10 21:32:19 +02:00
parent 36322ae4c3
commit 351938aa5c
4 changed files with 56 additions and 3 deletions
@@ -10,6 +10,7 @@ export interface UserSettingsData {
smtpFromName: string | null;
mailSignatureHtml: string | null;
defaultLabelTemplateId: number | null;
emailRecipientHistory: string[] | null;
}
export interface SenderOption {