Skip to content

Commit

Permalink
fix(eas) ensure Templates and Junk folder exits (fixes #5626)
Browse files Browse the repository at this point in the history
  • Loading branch information
tfux committed Oct 30, 2022
1 parent 18c92da commit 2ffe3d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ActiveSync/SOGoActiveSyncDispatcher.m
Expand Up @@ -877,6 +877,8 @@ - (void) processFolderSync: (id <DOMElement>) theDocumentElement
[self _ensureFolder: (SOGoMailFolder *)[accountFolder draftsFolderInContext: context]];
[self _ensureFolder: [accountFolder sentFolderInContext: context]];
[self _ensureFolder: (SOGoMailFolder *)[accountFolder trashFolderInContext: context]];
[self _ensureFolder: (SOGoMailFolder *)[accountFolder junkFolderInContext: context]];
[self _ensureFolder: (SOGoMailFolder *)[accountFolder templatesFolderInContext: context]];
}

allFoldersMetadata = [NSMutableArray array];
Expand Down

0 comments on commit 2ffe3d7

Please sign in to comment.