mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-22 03:45:25 +00:00
Monotone-Parent: ec27e211a136eb2c027f25a8a76edcf5638731f5
Monotone-Revision: 4b50d4162b83d7792f468eea0c722d4b4d5a6fe4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-13T15:07:03 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -28,11 +28,6 @@
|
||||
|
||||
@implementation SOGoMailNamespace
|
||||
|
||||
- (NSArray *) toOneRelationshipKeys
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (id) lookupName: (NSString *) _key
|
||||
inContext: (id)_ctx
|
||||
acquire: (BOOL) _acquire
|
||||
|
||||
Reference in New Issue
Block a user