Monotone-Parent: 21ee7a1f6257a0c47b6bce99b088614daf239ad3

Monotone-Revision: d349f8009a1f0dc73dad705111ba662894fe6f97

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-03-01T16:43:45
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-03-01 16:43:45 +00:00
parent 77ada2fdd9
commit 5de096bc9f
3 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
2010-03-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoDomainDefaults.m (-imapAclStyle): removed
obsolete method.
2010-02-23 Ludovic Marcotte <lmarcotte@inverse.ca>
* Added a patch from Adam Yearout <ayearout@royal.wednet.edu>

View File

@@ -39,7 +39,6 @@
- (NSString *) mailDomain;
- (NSString *) imapServer;
- (NSString *) imapAclStyle;
- (BOOL) imapAclConformsToIMAPExt;
- (BOOL) forceIMAPLoginWithEmail;
- (BOOL) forwardEnabled;

View File

@@ -107,12 +107,6 @@
return [self stringForKey: @"SOGoIMAPServer"];
}
#warning should be removed when we make use of imap namespace
- (NSString *) imapAclStyle
{
return [self stringForKey: @"SOGoIMAPAclStyle"];
}
#warning this should be determined from the capabilities
/* http://www.tools.ietf.org/wg/imapext/draft-ietf-imapext-acl/ */
- (BOOL) imapAclConformsToIMAPExt