This commit is contained in:
2026-02-25 01:34:09 +00:00
parent 6e8ee69311
commit 0226608d8f
8 changed files with 296 additions and 43 deletions
+1
View File
@@ -5,6 +5,7 @@ export type EmailSummary = {
subject: string;
date: string;
snippet: string;
attachmentCount?: number;
read?: boolean;
};