Monotone-Parent: 7c6f65f1d27ee88ab6f33a9d588f2f9f9f3ea54b

Monotone-Revision: ef8d14f35a0201fb30074fc2e88eab645eadb392

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-10-06T22:19:26
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-10-06 22:19:26 +00:00
parent 3b0806519c
commit 08a897780e
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
2009-10-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* 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.

View File

@@ -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 */