Monotone-Parent: 8fcaef79630a50f01c6aba0e5fdc0744c274cba6

Monotone-Revision: 87fd75f525e094b816fcad443e6fe4b2c8c8479c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-07T21:33:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-03-07 21:33:13 +00:00
parent ed2c4777aa
commit ea416559ca
19 changed files with 73 additions and 188 deletions

View File

@@ -49,7 +49,8 @@
{
struct mapistore_context *memCtx;
NSString *uri;
NSURL *contextUrl;
uint64_t contextFid;
MAPIStoreAuthenticator *authenticator;
WOContext *woContext;
@@ -61,10 +62,12 @@
}
+ (id) contextFromURI: (const char *) newUri
andFID: (uint64_t) fid
inMemCtx: (struct mapistore_context *) newMemCtx;
- (void) setURI: (NSString *) newUri
andMemCtx: (struct mapistore_context *) newMemCtx;
- (id) initFromURL: (NSURL *) newUri
andFID: (uint64_t) fid
inMemCtx: (struct mapistore_context *) newMemCtx;
- (void) setAuthenticator: (MAPIStoreAuthenticator *) newAuthenticator;
- (MAPIStoreAuthenticator *) authenticator;
@@ -156,7 +159,6 @@
/* subclass methods */
+ (NSString *) MAPIModuleName;
+ (void) registerFixedMappings: (MAPIStoreMapping *) storeMapping;
- (void) setupBaseFolder: (NSURL *) newURL;
/* proof of concept */