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

@@ -795,6 +795,21 @@ Class NSExceptionK, MAPIStoreFAIMessageK, MAPIStoreMessageTableK, MAPIStoreFAIMe
return rc;
}
- (enum mapistore_error) moveFolderWithFID: (uint64_t) fid
fromFolder: (MAPIStoreFolder *) sourceFolder
withNewName: (NSString *) newFolderName
{
return MAPISTORE_ERR_DENIED;
}
- (enum mapistore_error) copyFolderWithFID: (uint64_t) fid
fromFolder: (MAPIStoreFolder *) sourceFolder
recursive: (BOOL) resursive
withNewName: (NSString *) newFolderName
{
return MAPISTORE_ERR_DENIED;
}
- (SOGoFolder *) aclFolder
{
[self subclassResponsibility: _cmd];