mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 18:58:50 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user