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
Build and Push Multi-Platform Images / build-and-push (push) Successful in 36s
This commit is contained in:
@@ -10,6 +10,7 @@ export interface UserSettingsData {
|
||||
smtpFromName: string | null;
|
||||
mailSignatureHtml: string | null;
|
||||
defaultLabelTemplateId: number | null;
|
||||
emailRecipientHistory: string[] | null;
|
||||
}
|
||||
|
||||
export interface SenderOption {
|
||||
|
||||
Reference in New Issue
Block a user