mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 2fdf0ead0781ef2362dd389811d5db44ca4cc84a
Monotone-Revision: c91eef7edcfd08d414664c25a590b6268a7e58e2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-11-29T04:19:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -33,6 +33,8 @@
|
||||
|
||||
@class LDAPSource;
|
||||
|
||||
@protocol SOGoSource;
|
||||
|
||||
@interface SOGoUserManager : NSObject
|
||||
{
|
||||
@private
|
||||
@@ -42,17 +44,16 @@
|
||||
|
||||
+ (id) sharedUserManager;
|
||||
|
||||
+ (BOOL) defaultMailDomainIsConfigured;
|
||||
|
||||
- (NSArray *) sourceIDs;
|
||||
- (NSDictionary *) metadataForSourceID: (NSString *) sourceID;
|
||||
- (NSArray *) sourceIDsInDomain: (NSString *) domain;
|
||||
- (NSArray *) authenticationSourceIDs;
|
||||
- (NSArray *) addressBookSourceIDs;
|
||||
- (NSArray *) addressBookSourceIDsInDomain: (NSString *) domain;
|
||||
|
||||
- (LDAPSource *) sourceWithID: (NSString *) sourceID;
|
||||
- (NSObject <SOGoSource> *) sourceWithID: (NSString *) sourceID;
|
||||
- (NSDictionary *) metadataForSourceID: (NSString *) sourceID;
|
||||
- (NSString *) displayNameForSourceWithID: (NSString *) sourceID;
|
||||
- (NSDictionary *) contactInfosForUserWithUIDorEmail: (NSString *) uid;
|
||||
- (NSArray *) fetchContactsMatching: (NSString *) match;
|
||||
- (NSArray *) fetchContactsMatching: (NSString *) match
|
||||
inDomain: (NSString *) domain;
|
||||
- (NSArray *) fetchUsersMatching: (NSString *) filter;
|
||||
|
||||
- (NSString *) getCNForUID: (NSString *) uid;
|
||||
|
||||
Reference in New Issue
Block a user