Monotone-Parent: ec27e211a136eb2c027f25a8a76edcf5638731f5

Monotone-Revision: 4b50d4162b83d7792f468eea0c722d4b4d5a6fe4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-13T15:07:03
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-10-13 15:07:03 +00:00
parent 28f8f5a36a
commit 3aebfaf27b
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,9 @@
2010-10-13 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/Mailer/SOGoMailNamespace.m (-toOneRelationshipKeys):
removed method since it seems that certain servers allow messages
to be put in certain "namespace folders" (like Courier IMAP).
* SoObjects/Mailer/SOGoMailBaseObject.m (-imap4Connection): split
initialization of the connection is the new
"_createIMAP4Connection" method, make use of the cache below.

View File

@ -28,11 +28,6 @@
@implementation SOGoMailNamespace
- (NSArray *) toOneRelationshipKeys
{
return nil;
}
- (id) lookupName: (NSString *) _key
inContext: (id)_ctx
acquire: (BOOL) _acquire