(fix) honor "any authenticated user" when setting IMAP ACLs

This commit is contained in:
Ludovic Marcotte
2019-08-29 11:06:13 -04:00
parent 0cbb8ea9eb
commit 1aa0d012cd
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ Bug fixes
- [web] fixed search results in Calendar module when targeting all events
- [core] honor IMAPLoginFieldName also when setting IMAP ACLs
- [core] honor groups when setting IMAP ACLs
- [core] honor "any authenticated user" when setting IMAP ACLs
4.0.8 (2019-07-19)
------------------
+3
View File
@@ -1428,6 +1428,9 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data)
SOGoGroup *group;
SOGoUser *user;
if ([uid isEqualToString: defaultUserID])
return uid;
group = [SOGoGroup groupWithIdentifier: uid
inDomain: [[context activeUser] domain]];
if (group)