Revert "Remove listRequiresDot option from *Source classes"

This reverts commit 6b2ec7a2e7.
This commit is contained in:
Ludovic Marcotte
2016-05-17 13:41:33 -04:00
parent 9ddc5eb49b
commit e3c7bdd5d8
5 changed files with 77 additions and 28 deletions
+4
View File
@@ -41,6 +41,10 @@
- (NSString *) domain;
/* requires a "." to obtain the full list of contacts */
- (void) setListRequiresDot: (BOOL) aBool;
- (BOOL) listRequiresDot;
- (BOOL) checkLogin: (NSString *) _login
password: (NSString *) _pwd
perr: (SOGoPasswordPolicyError *) _perr