mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-03 15:54:18 +00:00
Monotone-Parent: 9634e883abb4f5cf42e1b4d9c3d3e1b1a61f3e7f
Monotone-Revision: c7755bd4c79d8115db4835ecb7a3fb92ab273020 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-30T16:17:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -75,9 +75,9 @@
|
||||
return [(SOGoGCSFolder *) folder componentKeysWithType: @"vcard"];
|
||||
}
|
||||
|
||||
// - (int) getCommonTableChildproperty: (void **) data
|
||||
// - (enum MAPISTATUS) getCommonTableChildproperty: (void **) data
|
||||
// atURL: (NSString *) childURL
|
||||
// withTag: (uint32_t) proptag
|
||||
// withTag: (enum MAPITAGS) proptag
|
||||
// inFolder: (SOGoFolder *) folder
|
||||
// withFID: (uint64_t) fid
|
||||
// {
|
||||
@@ -137,15 +137,15 @@
|
||||
return phone;
|
||||
}
|
||||
|
||||
- (int) getMessageTableChildproperty: (void **) data
|
||||
atURL: (NSString *) childURL
|
||||
withTag: (uint32_t) proptag
|
||||
inFolder: (SOGoFolder *) folder
|
||||
withFID: (uint64_t) fid
|
||||
- (enum MAPISTATUS) getMessageTableChildproperty: (void **) data
|
||||
atURL: (NSString *) childURL
|
||||
withTag: (enum MAPITAGS) proptag
|
||||
inFolder: (SOGoFolder *) folder
|
||||
withFID: (uint64_t) fid
|
||||
{
|
||||
NSString *stringValue;
|
||||
id child;
|
||||
int rc;
|
||||
enum MAPISTATUS rc;
|
||||
|
||||
rc = MAPI_E_SUCCESS;
|
||||
switch (proptag)
|
||||
@@ -296,9 +296,9 @@
|
||||
return newEntry;
|
||||
}
|
||||
|
||||
// - (int) getFolderTableChildproperty: (void **) data
|
||||
// - (enum MAPISTATUS) getFolderTableChildproperty: (void **) data
|
||||
// atURL: (NSString *) childURL
|
||||
// withTag: (uint32_t) proptag
|
||||
// withTag: (enum MAPITAGS) proptag
|
||||
// inFolder: (SOGoFolder *) folder
|
||||
// withFID: (uint64_t) fid
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user