From 3aebfaf27bfa3234d061e674155c61713faa9dac Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 13 Oct 2010 15:07:03 +0000 Subject: [PATCH] Monotone-Parent: ec27e211a136eb2c027f25a8a76edcf5638731f5 Monotone-Revision: 4b50d4162b83d7792f468eea0c722d4b4d5a6fe4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-13T15:07:03 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 4 ++++ SoObjects/Mailer/SOGoMailNamespace.m | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc928d7fa..2343027ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2010-10-13 Wolfgang Sourdeau + * 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. diff --git a/SoObjects/Mailer/SOGoMailNamespace.m b/SoObjects/Mailer/SOGoMailNamespace.m index 3dda1402e..bc4d1f88b 100644 --- a/SoObjects/Mailer/SOGoMailNamespace.m +++ b/SoObjects/Mailer/SOGoMailNamespace.m @@ -28,11 +28,6 @@ @implementation SOGoMailNamespace -- (NSArray *) toOneRelationshipKeys -{ - return nil; -} - - (id) lookupName: (NSString *) _key inContext: (id)_ctx acquire: (BOOL) _acquire