Monotone-Parent: 3ded00a80ce87781ff6767f6fe38a12735a48340

Monotone-Revision: af0fb5901615e40ad3549c59f74f88bb33f9b392

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-08-09T19:43:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-08-09 19:43:17 +00:00
parent c2a63a3d8e
commit 700d23e80e
4 changed files with 110 additions and 0 deletions

View File

@@ -123,6 +123,14 @@
andChangeKeys: (struct Binary_r **) targetChangeKeys
wantCopy: (uint8_t) want_copy;
- (enum mapistore_error) moveFolderWithFID: (uint64_t) fid
fromFolder: (MAPIStoreFolder *) sourceFolder
withNewName: (NSString *) newFolderName;
- (enum mapistore_error) copyFolderWithFID: (uint64_t) fid
fromFolder: (MAPIStoreFolder *) sourceFolder
recursive: (BOOL) resursive
withNewName: (NSString *) newFolderName;
- (int) getDeletedFMIDs: (struct I8Array_r **) fmidsPtr
andCN: (uint64_t *) cnPtr
fromChangeNumber: (uint64_t) changeNum