IDLE implementation, imap synchronization strategies basics and condstore synchronization.

This commit is contained in:
Burak Kaan Köse
2025-01-19 20:35:41 +01:00
parent 46cbf443cf
commit e0f87f1374
38 changed files with 980 additions and 563 deletions

View File

@@ -233,6 +233,7 @@ namespace Wino
}
catch (WinoServerException serverException)
{
// TODO: Exception context is lost.
var dialogService = Services.GetService<IMailDialogService>();
dialogService.InfoBarMessage(Translator.Info_SyncFailedTitle, serverException.Message, InfoBarMessageType.Error);

View File

@@ -472,11 +472,6 @@
<Setter Property="Padding" Value="0" />
</Style>
</ListView.Resources>
<!--<ListView.ItemsPanel>
<ItemsPanelTemplate>
<ItemsStackPanel Margin="12,0" />
</ItemsPanelTemplate>
</ListView.ItemsPanel>-->
<ListView.ItemTemplate>
<DataTemplate x:DataType="ICollectionViewGroup">
<Grid Background="{ThemeResource MailListHeaderBackgroundColor}" CornerRadius="6">