mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
Monotone-Parent: f1e69616b2202c14597bb8afac88ab833ca7ad18
Monotone-Revision: 5054fe17722405b730cbcf8b99fb45fe0a0650b0 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-09T02:31:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
2007-08-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailerUI/UIxMailFolderActions.m ([UIxMailFolderActions
|
||||
-quotasAction]): invoke "relativeImap4Name" instead of
|
||||
"nameInContainer" since the latter also returns the "folder"
|
||||
prefix.
|
||||
|
||||
* UI/MailerUI/UIxMailAccountActions.m ([UIxMailAccountActions
|
||||
-listMailboxesAction]): declare the output as text/plain in UTF-8.
|
||||
|
||||
|
||||
@@ -268,7 +268,7 @@
|
||||
folderURL = [folder imap4URL];
|
||||
|
||||
client = [[folder imap4Connection] client];
|
||||
infos = [client getQuotaRoot: [folder nameInContainer]];
|
||||
infos = [client getQuotaRoot: [folder relativeImap4Name]];
|
||||
responseString = [[infos objectForKey: @"quotas"] jsonRepresentation];
|
||||
[response appendContentString: responseString];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user