mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 9b8dbd42ad07c6401218185ae572a3918a455e0f
Monotone-Revision: f141f31038bdfcf46fcde9a48d1473fd5e5763a4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-13T13:21:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
@class NSString;
|
||||
@class NSUserDefaults;
|
||||
|
||||
@class NGImap4Connection;
|
||||
|
||||
@class SOGoGroup;
|
||||
@class SOGoObject;
|
||||
@class SOGoUser;
|
||||
@@ -40,6 +42,7 @@
|
||||
@interface SOGoCache : NSObject
|
||||
{
|
||||
NSMutableDictionary *localCache;
|
||||
NSMutableDictionary *imap4Connections;
|
||||
NSMutableDictionary *cache;
|
||||
NSMutableDictionary *users;
|
||||
NSMutableDictionary *groups;
|
||||
@@ -68,6 +71,10 @@
|
||||
- (id) groupNamed: (NSString *) groupName
|
||||
inDomain: (NSString *) domainName;
|
||||
|
||||
- (void) registerIMAP4Connection: (NGImap4Connection *) connection
|
||||
forKey: (NSString *) key;
|
||||
- (NGImap4Connection *) imap4ConnectionForKey: (NSString *) key;
|
||||
|
||||
/* NSDictionary-like methods */
|
||||
- (void) setValue: (NSString *) value forKey: (NSString *) key;
|
||||
- (NSString *) valueForKey: (NSString *) key;
|
||||
|
||||
Reference in New Issue
Block a user