mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-06 13:58:51 +00:00
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:
@@ -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>
|
||||
|
||||
@@ -39,7 +39,6 @@
|
||||
|
||||
- (NSString *) mailDomain;
|
||||
- (NSString *) imapServer;
|
||||
- (NSString *) imapAclStyle;
|
||||
- (BOOL) imapAclConformsToIMAPExt;
|
||||
- (BOOL) forceIMAPLoginWithEmail;
|
||||
- (BOOL) forwardEnabled;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user