Monotone-Parent: e902a2bcc4f2d3ef4a07c3bf74ed9bf1bd2004e9

Monotone-Revision: a33d1b8b23cf8d9468c7f693a1087950524e9ebc

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-04-13T19:55:17
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-04-13 19:55:17 +00:00
parent 1d38e93130
commit dd79e0b182
3 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2011-04-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreContext.m (-url): new method that returns
the context url.
* OpenChange/gen-property-selectors.py: new generator script that
outputs MAPIStorePropertySelectors.[hm], which is a helper
module that provides methods for handling of cached

View File

@ -72,6 +72,8 @@
- (void) setAuthenticator: (MAPIStoreAuthenticator *) newAuthenticator;
- (MAPIStoreAuthenticator *) authenticator;
- (NSURL *) url;
- (WOContext *) woContext;
- (void) setupRequest;

View File

@ -258,6 +258,11 @@ _prepareContextClass (struct mapistore_context *newMemCtx,
return authenticator;
}
- (NSURL *) url
{
return contextUrl;
}
- (void) setupRequest
{
NSMutableDictionary *info;