diff --git a/ChangeLog b/ChangeLog index 413adbf37..43132c634 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-10-06 Wolfgang Sourdeau + * SoObjects/Mailer/SOGoMailFolder.m (_appendMessageData:usingId): + we no longer need to unselect the folder where the "append" + happens since it worked around a deeper bug in sope-mime which has + been fixed in the patchset. + * SoObjects/SOGo/SOGoGCSFolder.m (-createChildComponentWithRecord:): made method public. (-createChildComponentWithName:andContent:): made method public. diff --git a/SoObjects/Mailer/SOGoMailFolder.m b/SoObjects/Mailer/SOGoMailFolder.m index a2d9d7cb8..cc2ff46a0 100644 --- a/SoObjects/Mailer/SOGoMailFolder.m +++ b/SoObjects/Mailer/SOGoMailFolder.m @@ -649,7 +649,6 @@ static NSString *spoolFolder = nil; - (NSException *) delete { - /* Note: overrides SOGoObject -delete */ return [[self imap4Connection] deleteMailboxAtURL:[self imap4URL]]; } @@ -1281,7 +1280,6 @@ static NSString *spoolFolder = nil; { if (imap4id) *imap4id = [self IMAP4IDFromAppendResult: result]; - [client unselect]; } else error = [NSException exceptionWithHTTPStatus: 500 /* Server Error */