version 1 of the inbox search

This commit is contained in:
Alexandre Cloutier
2014-08-06 14:49:36 -04:00
parent 1cc93c700a
commit 7794d716b9
16 changed files with 891 additions and 82 deletions
+11
View File
@@ -119,6 +119,17 @@
return [names jsonRepresentation];
}
- (NSString *) userNames
{
NSArray *accounts, *userNames;
accounts = [[self clientObject] mailAccounts];
userNames = [accounts objectsForKey: @"userName" notFoundMarker: nil];
return [userNames jsonRepresentation];
}
- (NSString *) pageFormURL
{
NSString *u;