Adding iCloud and Yahoo as special IMAP handling scenario.
This commit is contained in:
@@ -143,7 +143,7 @@ namespace Wino.Services
|
||||
if (!string.IsNullOrEmpty(unstickyItem.ParentRemoteFolderId))
|
||||
continue;
|
||||
}
|
||||
else if (account.ProviderType == MailProviderType.Outlook || account.ProviderType == MailProviderType.Office365)
|
||||
else if (account.ProviderType == MailProviderType.Outlook)
|
||||
{
|
||||
bool belongsToExistingParent = await Connection
|
||||
.Table<MailItemFolder>()
|
||||
|
||||
Reference in New Issue
Block a user