Add capability-first account and calendar setup flow
This commit is contained in:
@@ -7,4 +7,6 @@ public record AccountCreationDialogResult(
|
||||
string AccountName,
|
||||
SpecialImapProviderDetails SpecialImapProviderDetails,
|
||||
string AccountColorHex,
|
||||
InitialSynchronizationRange InitialSynchronizationRange);
|
||||
InitialSynchronizationRange InitialSynchronizationRange,
|
||||
bool IsMailAccessGranted,
|
||||
bool IsCalendarAccessGranted);
|
||||
|
||||
Reference in New Issue
Block a user