mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 18:35:25 +00:00
Monotone-Parent: e46203402a1f2d996395599061c75452a98958d3
Monotone-Revision: b178183ad97d53d251135c909db06ab534f73a1f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-01T21:24:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#import "MAPIStoreAuthenticator.h"
|
||||
#import "NSCalendarDate+MAPIStore.h"
|
||||
#import "NSString+MAPIStore.h"
|
||||
#import "SOGoGCSFolder+MAPIStore.h"
|
||||
|
||||
#import "MAPIStoreCalendarContext.h"
|
||||
|
||||
@@ -59,6 +60,11 @@ static Class SOGoUserFolderK;
|
||||
[moduleFolder retain];
|
||||
}
|
||||
|
||||
- (NSArray *) getFolderMessageKeys: (SOGoFolder *) folder
|
||||
{
|
||||
return [(SOGoGCSFolder *) folder componentKeysWithType: @"vevent"];
|
||||
}
|
||||
|
||||
- (int) getMessageTableChildproperty: (void **) data
|
||||
atURL: (NSString *) childURL
|
||||
withTag: (uint32_t) proptag
|
||||
|
||||
Reference in New Issue
Block a user