mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
Monotone-Parent: 1ccdfc75b1ed2e0fae716ec0b1a616d696394d3e
Monotone-Revision: 6c49cf25cf0512a766efc84b52fead9f13a423ff Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-02-06T15:48:52 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2008-02-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Mailer/SOGoMailAccount.m ([SOGoMailAccount
|
||||
-supportsQuotas]): test quota support by querying the server capability.
|
||||
|
||||
2008-02-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* UI/MailPartViewers/UIxMailPartICalActions.m ([UIxMailPartICalActions -acceptAction])
|
||||
|
||||
@@ -175,10 +175,12 @@ static NSString *otherUsersFolderName = @""; // TODO: add English default
|
||||
- (BOOL) supportsQuotas
|
||||
{
|
||||
NGImap4Client *imapClient;
|
||||
NSArray *capability;
|
||||
|
||||
imapClient = [[self imap4Connection] client];
|
||||
capability = [[imapClient capability] objectForKey: @"capability"];
|
||||
|
||||
return [[imapClient context] canQuota];
|
||||
return [capability containsObject: @"quota"];
|
||||
}
|
||||
|
||||
/* hierarchy */
|
||||
|
||||
Reference in New Issue
Block a user