mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Monotone-Parent: d223c93a6328f7801ecce330c478fbaff42a760a
Monotone-Revision: 82cca2aa8fca5845f6acd17503b0f8798ff2190d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-08T14:28:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2008-02-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoObject.m ([SOGoObject
|
||||
-davComplianceClassesInContext:localContext]): new method,
|
||||
declaring "access-control" in the compliance classes.
|
||||
|
||||
2008-02-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/SOGoMailAccount.m ([SOGoMailAccount
|
||||
|
||||
@@ -1099,4 +1099,16 @@ static BOOL kontactGroupDAV = YES;
|
||||
[self nameInContainer]];
|
||||
}
|
||||
|
||||
- (NSArray *) davComplianceClassesInContext: (WOContext *) localContext
|
||||
{
|
||||
NSMutableArray *newClasses;
|
||||
|
||||
newClasses
|
||||
= [NSMutableArray arrayWithArray:
|
||||
[super davComplianceClassesInContext: localContext]];
|
||||
[newClasses addObject: @"access-control"];
|
||||
|
||||
return newClasses;
|
||||
}
|
||||
|
||||
@end /* SOGoObject */
|
||||
|
||||
Reference in New Issue
Block a user