mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 87a5b99c1c6050fac3ae23cc68cad8099adec7da
Monotone-Revision: ca4e48599cbe0a9577bf9aa27cd8ffc7e1a0e61c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-05-16T20:33:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
@class NSString;
|
||||
|
||||
@class GCSFolder;
|
||||
@class WOContext;
|
||||
@class WOResponse;
|
||||
|
||||
/*
|
||||
SOGoGCSFolder
|
||||
@@ -60,6 +62,7 @@
|
||||
- (GCSFolder *) ocsFolder;
|
||||
|
||||
- (NSString *) folderReference;
|
||||
- (NSArray *) pathArrayToFolder;
|
||||
|
||||
/* lower level fetches */
|
||||
- (BOOL) nameExistsInFolder: (NSString *) objectName;
|
||||
@@ -77,6 +80,11 @@
|
||||
- (NSException *) delete;
|
||||
- (void) renameTo: (NSString *) newName;
|
||||
|
||||
- (WOResponse *) subscribe: (BOOL) reallyDo
|
||||
inTheNameOf: (NSString *) delegatedUser
|
||||
fromMailInvitation: (BOOL) isMailInvitation
|
||||
inContext: (WOContext *) localContext;
|
||||
|
||||
/* acls as a container */
|
||||
- (NSArray *) aclUsersForObjectAtPath: (NSArray *) objectPathArray;
|
||||
- (NSArray *) aclsForUser: (NSString *) uid
|
||||
|
||||
Reference in New Issue
Block a user