mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: 36629dd663854fa20ad91e193b33d65352cc841c
Monotone-Revision: 6b29211b83532bdab288ba2a6d428067b1e81267 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-30T20:18:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
@class NSMutableString;
|
||||
@class NSException;
|
||||
@class NSTimeZone;
|
||||
@class NSURL;
|
||||
|
||||
@class WOContext;
|
||||
@class GCSFolderManager;
|
||||
@@ -69,6 +70,11 @@
|
||||
- (NSString *) nameInContainer;
|
||||
- (id) container;
|
||||
|
||||
- (NSURL *) davURL;
|
||||
- (NSURL *) soURL;
|
||||
- (NSURL *) soURLToBaseContainerForUser: (NSString *) uid;
|
||||
- (NSURL *) soURLToBaseContainerForCurrentUser;
|
||||
|
||||
/* ownership */
|
||||
|
||||
- (void) setOwner: (NSString *) newOwner;
|
||||
@@ -104,7 +110,12 @@
|
||||
forUser: (NSString *) uid;
|
||||
- (void) removeAclsForUsers: (NSArray *) users;
|
||||
- (NSString *) defaultUserID;
|
||||
- (BOOL) hasSupportForDefaultRoles;
|
||||
|
||||
- (void) sendACLAdditionAdvisoryToUser: (NSString *) uid;
|
||||
- (void) sendACLRemovalAdvisoryToUser: (NSString *) uid;
|
||||
|
||||
- (NSString *) httpURLForAdvisoryToUser: (NSString *) uid;
|
||||
- (NSString *) resourceURLForAdvisoryToUser: (NSString *) uid;
|
||||
|
||||
/* description */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user