mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-23 23:22:45 +00:00
Monotone-Parent: 23b6e321c419c2dceeab0740f6617c507e8ce448
Monotone-Revision: a3de61a3775015d0cf112ecc39adc4fa80f306d2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-28T18:37:10 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -44,25 +44,25 @@
|
||||
GCSFolder *ocsFolder;
|
||||
}
|
||||
|
||||
+ (NSString *)globallyUniqueObjectId;
|
||||
+ (NSString *) globallyUniqueObjectId;
|
||||
|
||||
/* accessors */
|
||||
|
||||
- (void)setOCSPath:(NSString *)_Path;
|
||||
- (NSString *)ocsPath;
|
||||
- (void) setOCSPath: (NSString *)_Path;
|
||||
- (NSString *) ocsPath;
|
||||
|
||||
- (GCSFolder *)ocsFolderForPath:(NSString *)_path;
|
||||
- (GCSFolder *)ocsFolder;
|
||||
- (GCSFolder *) ocsFolderForPath: (NSString *)_path;
|
||||
- (GCSFolder *) ocsFolder;
|
||||
|
||||
/* lower level fetches */
|
||||
- (BOOL) nameExistsInFolder: (NSString *) objectName;
|
||||
|
||||
- (NSArray *)fetchContentObjectNames;
|
||||
- (NSDictionary *)fetchContentStringsAndNamesOfAllObjects;
|
||||
- (NSArray *) fetchContentObjectNames;
|
||||
- (NSDictionary *) fetchContentStringsAndNamesOfAllObjects;
|
||||
|
||||
/* folder type */
|
||||
|
||||
- (NSString *)outlookFolderClass;
|
||||
- (NSString *) outlookFolderClass;
|
||||
|
||||
- (BOOL) create;
|
||||
- (NSException *) delete;
|
||||
|
||||
Reference in New Issue
Block a user