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