mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 11:55:24 +00:00
Monotone-Parent: 002a7f40ed2519734c4baf4cd4433ecc02b46d54
Monotone-Revision: ebbadbdb3549dd7264241be0a6c21ab9a481341f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-10T21:32:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -291,6 +291,11 @@ BootstrapNSUserDefaults ()
|
||||
return [[self stringForKey: @"SOGoAuthenticationType"] lowercaseString];
|
||||
}
|
||||
|
||||
- (NSString *) davAuthenticationType
|
||||
{
|
||||
return [[self stringForKey: @"SOGoDAVAuthenticationType"] lowercaseString];
|
||||
}
|
||||
|
||||
- (NSString *) CASServiceURL
|
||||
{
|
||||
return [self stringForKey: @"SOGoCASServiceURL"];
|
||||
|
||||
Reference in New Issue
Block a user