mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-10 09:23:25 +00:00
Added isDomainDefined
To check whether a domain is supported by our defined sources
This commit is contained in:
committed by
Carlos Pérez-Aradros Herce
parent
9d3f3c619d
commit
bf4a581d0f
@@ -58,6 +58,7 @@
|
||||
- (NSArray *) sourceIDsInDomain: (NSString *) domain;
|
||||
- (NSArray *) authenticationSourceIDsInDomain: (NSString *) domain;
|
||||
- (NSArray *) addressBookSourceIDsInDomain: (NSString *) domain;
|
||||
- (BOOL) isDomainDefined: (NSString *) domain;
|
||||
|
||||
- (NSObject <SOGoSource> *) sourceWithID: (NSString *) sourceID;
|
||||
- (NSDictionary *) metadataForSourceID: (NSString *) sourceID;
|
||||
|
||||
Reference in New Issue
Block a user