mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-25 08:02:44 +00:00
merge of '748bc1fd6d5c867c7b2b4da7574602b322a35fa5'
and 'b878ebe9e2ac1b346fe42d489eb816955a3b1727' Monotone-Parent: 748bc1fd6d5c867c7b2b4da7574602b322a35fa5 Monotone-Parent: b878ebe9e2ac1b346fe42d489eb816955a3b1727 Monotone-Revision: fc39c185d5027b0bfdd0955c8b1696252a79b85b Monotone-Author: ludovic@Sophos.ca Monotone-Date: 2010-08-27T00:58:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#import <Foundation/NSCharacterSet.h>
|
||||
#import <Foundation/NSFileManager.h>
|
||||
#import <Foundation/NSKeyValueCoding.h>
|
||||
#import <Foundation/NSNumber.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
#import <NGHttp/NGHttpRequest.h>
|
||||
@@ -598,7 +599,7 @@ static NSArray *infoKeys = nil;
|
||||
jsonResponse = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
@"success", @"status",
|
||||
[co sourceFolder], @"sourceFolder",
|
||||
[co IMAP4ID], @"messageID",
|
||||
[NSNumber numberWithInt: [co IMAP4ID]], @"messageID",
|
||||
nil];
|
||||
|
||||
return [self responseWithStatus: 200
|
||||
|
||||
Reference in New Issue
Block a user