mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 03:49:28 +00:00
Monotone-Parent: 981dc1193bc46a857c02066a7e299b5ec4658e43
Monotone-Revision: 670a32bddc7117ef60e339622258d8cc0c3189ec Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-01-06T16:27:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1441,7 +1441,8 @@ Index: sope-mime/NGImap4/NGImap4ResponseNormalizer.m
|
||||
|
||||
+- (NSArray *)_normalizeNamespace:(NSArray *)_namespace {
|
||||
+ NSMutableArray *result;
|
||||
+ NSDictionary *currentNS, *newNS;
|
||||
+ NSDictionary *currentNS;
|
||||
+ NSMutableDictionary *newNS;
|
||||
+ NSString *newPrefix;
|
||||
+ int count, max;
|
||||
+
|
||||
@@ -1461,7 +1462,6 @@ Index: sope-mime/NGImap4/NGImap4ResponseNormalizer.m
|
||||
+}
|
||||
+
|
||||
+- (NSDictionary *)normalizeNamespaceResponse:(NGHashMap *)_map {
|
||||
+ id obj;
|
||||
+ NSMutableDictionary *result;
|
||||
+ NSDictionary *rawResponse;
|
||||
+ NSArray *namespace;
|
||||
|
||||
Reference in New Issue
Block a user