See ChangeLog

Monotone-Parent: d5f9ac8f8c26df4ffbd173e66fb8557ec6e21545
Monotone-Revision: dc272097703f10ee6c465fdca0d4d40682d7ce55

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-03-17T21:26:51
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-03-17 21:26:51 +00:00
parent adefb89d55
commit 8cebdc7033
7 changed files with 114 additions and 69 deletions
+18
View File
@@ -1,3 +1,21 @@
2011-03-17 francis <flachapelle@inverse.ca>
* UI/MailerUI/UIxMailAccountActions.m (-listMailboxesAction):
moved code that fetches the inbox quota to [SOGoMailAccount getInboxQuota].
* SoObjects/Mailer/SOGoMailAccount.m (-getInboxQuota): new method
created partially from the method [UIxMailAccountActions listMailboxesAction].
* UI/MailerUI/UIxMailFolderActions.m (-deleteAction)
(-copyMessagesAction, -expungeAction, -emptyTrashAction): we now
return a JSON representation of the inbox quota when these actions
succeeds.
(-quotasAction): removed this method which was no longer used.
* UI/WebServerResources/MailerUI.js (updateQuotas): new function
extracted from updateMailboxTreeInPage. It is called when a folder
operation returns the inbox quota.
2011-03-15 francis <flachapelle@inverse.ca>
* UI/MailerUI/UIxMailListActions.m (-getMailAction): removed this