New domain preference: SOGoIMAPCASServiceName

Set this to the service name expected by the CAS server if it differs
from SOGoIMAPServer. This is useful to request a CAS ticket for service
imap://imap.domain.com while connecting through imapproxy on imap://127.0.0.1:1143

SOGoDAVAuthenticator is not updated since it doesn't really use the imap code.
This commit is contained in:
Jean Raby
2013-06-18 16:36:11 -04:00
parent f24e3a0a31
commit 0fb006c19f
3 changed files with 19 additions and 7 deletions

View File

@@ -43,6 +43,7 @@
- (NSString *) mailDomain;
- (NSString *) imapServer;
- (NSString *) sieveServer;
- (NSString *) imapCASServiceName;
- (NSString *) imapAclStyle;
- (NSString *) imapAclGroupIdPrefix;
- (NSString *) imapFolderSeparator;