fix save imap settings and progress ring. (#704)

Added notification that settings saved.
This commit is contained in:
Aleh Khantsevich
2025-07-07 19:28:56 +02:00
committed by GitHub
parent 3e889d8c08
commit 8cd7f68c30
5 changed files with 29 additions and 19 deletions

View File

@@ -408,6 +408,11 @@ public class AccountService : BaseDatabaseService, IAccountService
ReportUIChange(new AccountUpdatedMessage(account));
}
public async Task UpdateAccountCustomServerInformationAsync(CustomServerInformation customServerInformation)
{
await Connection.UpdateAsync(customServerInformation).ConfigureAwait(false);
}
public async Task UpdateAccountAliasesAsync(Guid accountId, List<MailAccountAlias> aliases)
{
// Delete existing ones.