Mail queues.

This commit is contained in:
Burak Kaan Köse
2025-10-30 17:15:05 +01:00
parent b0ac6e4e55
commit 2d81d07c0a
13 changed files with 579 additions and 472 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ public class DatabaseService : IDatabaseService
typeof(CalendarItem),
typeof(Reminder),
typeof(Thumbnail),
typeof(KeyboardShortcut)
typeof(KeyboardShortcut),
typeof(MailItemQueue)
);
}
}