merge of '0b64839fea2e383dcc57f754615f294e164d5826'

and '9cd374b5145ecb4b9e8a0e2131e87d85796cbba9'

Monotone-Parent: 0b64839fea2e383dcc57f754615f294e164d5826
Monotone-Parent: 9cd374b5145ecb4b9e8a0e2131e87d85796cbba9
Monotone-Revision: c3a6f31e848fe565a228ae5d9bf30dfdc905bea8

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-10-18T18:58:55
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Francis Lachapelle 2011-10-18 18:58:55 +00:00
commit 3e9ce2db0a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-10-18 Francis Lachapelle <flachapelle@inverse.ca>
* SoObjects/Mailer/SOGoMailFolder.m
(-copyUIDs:toFolder:inContext:): now returns the raw IMAP response
when the copy operation failed (most probably something like "Over quota").
2011-10-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreMapping.m (-initForUsername:withIndexing:):

View File

@ -571,7 +571,7 @@ static NSString *defaultUserID = @"anyone";
result = nil;
else
result = [NSException exceptionWithHTTPStatus: 500
reason: @"Couldn't copy UIDs."];
reason: [[[result objectForKey: @"RawResponse"] objectForKey: @"ResponseResult"] objectForKey: @"description"]];
}
else
result = [NSException exceptionWithHTTPStatus: 500