mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Monotone-Parent: 3f8608c82d9c379cc9e0fea6ffe853cc1949a24b
Monotone-Revision: 905276f295d6f28a6946297f6a7af9ad60f71842 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-06-29T17:59:38 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
@class NSMutableDictionary;
|
||||
@class NSString;
|
||||
@class NSTimeZone;
|
||||
@class NSURL;
|
||||
|
||||
@class WOContext;
|
||||
|
||||
@@ -52,6 +53,9 @@
|
||||
|
||||
MAPIStoreMapping *mapping;
|
||||
|
||||
BOOL userDbTableExists;
|
||||
NSURL *folderTableURL;
|
||||
|
||||
WOContext *woContext;
|
||||
MAPIStoreAuthenticator *authenticator;
|
||||
}
|
||||
@@ -71,8 +75,11 @@
|
||||
|
||||
- (NSDictionary *) rootFolders;
|
||||
|
||||
- (NSURL *) folderTableURL;
|
||||
- (MAPIStoreMapping *) mapping;
|
||||
|
||||
- (void) ensureFolderTableExists;
|
||||
|
||||
/* SOGo hacky magic */
|
||||
- (void) activateWithUser: (SOGoUser *) activeUser;
|
||||
- (MAPIStoreAuthenticator *) authenticator;
|
||||
|
||||
Reference in New Issue
Block a user