Added support for multiple calendars/addressbooks over ActiveSync

This commit is contained in:
Ludovic Marcotte
2014-10-29 14:20:03 -04:00
parent 395545ca51
commit da962aed01
5 changed files with 635 additions and 380 deletions

View File

@@ -67,8 +67,8 @@ typedef enum {
- (NSDictionary *) lookupRecord: (NSString *) path
newerThanVersion: (NSInteger) startVersion;
- (NSArray *) folderList: (NSString *) deviceId
newerThanVersion: (NSInteger) startVersion;
- (NSArray *) cacheEntriesForDeviceId: (NSString *) deviceId
newerThanVersion: (NSInteger) startVersion;
- (void) setObjectType: (SOGoCacheObjectType) newObjectType;
- (SOGoCacheObjectType) objectType; /* message, fai, folder */