mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 05:33:20 +00:00
Monotone-Parent: ea1c783b905b07e028051a8a9d8f7bf4c894b0f2
Monotone-Revision: 52d4d51e45d656f36fb470bd76ffe251fdc37b9c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-05-31T05:01:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
@interface MAPIStoreContext : NSObject
|
||||
{
|
||||
struct mapistore_context *memCtx;
|
||||
struct mapistore_connection_info *connInfo;
|
||||
|
||||
NSURL *contextUrl;
|
||||
uint64_t contextFid;
|
||||
@@ -62,17 +63,20 @@
|
||||
}
|
||||
|
||||
+ (id) contextFromURI: (const char *) newUri
|
||||
withConnectionInfo: (struct mapistore_connection_info *) newConnInfo
|
||||
andFID: (uint64_t) fid
|
||||
inMemCtx: (struct mapistore_context *) newMemCtx;
|
||||
|
||||
- (id) initFromURL: (NSURL *) newUri
|
||||
andFID: (uint64_t) fid
|
||||
inMemCtx: (struct mapistore_context *) newMemCtx;
|
||||
- (id) initFromURL: (NSURL *) newUri
|
||||
withConnectionInfo: (struct mapistore_connection_info *) newConnInfo
|
||||
andFID: (uint64_t) fid
|
||||
inMemCtx: (struct mapistore_context *) newMemCtx;
|
||||
|
||||
- (void) setAuthenticator: (MAPIStoreAuthenticator *) newAuthenticator;
|
||||
- (MAPIStoreAuthenticator *) authenticator;
|
||||
|
||||
- (NSURL *) url;
|
||||
- (struct mapistore_connection_info *) connectionInfo;
|
||||
|
||||
- (WOContext *) woContext;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user