Monotone-Parent: 2dd7198ed0b85a818db7398882df4a764b930af6

Monotone-Revision: f1e69616b2202c14597bb8afac88ab833ca7ad18

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-09T02:30:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-09 02:30:41 +00:00
parent 7b4d9bf10f
commit 3156291745
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
2007-08-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailerUI/UIxMailAccountActions.m ([UIxMailAccountActions
-listMailboxesAction]): declare the output as text/plain in UTF-8.
* UI/MailerUI/UIxMailFolderActions.m ([UIxMailFolderActions
-deleteFolderAction]): fixed the url of the destination folder.
+3
View File
@@ -103,6 +103,9 @@
folders = [self _jsonFolders: [rawFolders objectEnumerator]];
response = [context response];
[response setStatus: 200];
[response setHeader: @"text/plain; charset=utf-8"
forKey: @"content-type"];
[response appendContentString: [folders jsonRepresentation]];
return response;