25d0c009eedcfe531935ce8e528dc569f2a80fcc
- EmailSyncWorker now fetches active email accounts from IRepository<EmailAccount> on every polling cycle instead of reading from static options list - Add UpsertSeedEmailAccount: on startup, seed accounts from EmailAccountsOptions into the database via IRepository.UpsertAsync (insert or update by Username) - Remove standalone EmailAccountSyncWorker (merged into EmailSyncWorker)
DigitalData.MessagingService
Description
Languages
C#
100%