Added message submissions rate-limiting support

This commit is contained in:
Ludovic Marcotte
2013-06-11 11:21:58 -04:00
parent cfee5aa3f4
commit afb7bc309c
7 changed files with 191 additions and 21 deletions
+6
View File
@@ -103,6 +103,12 @@
- (NSDictionary *) failedCountForLogin: (NSString *) login;
- (void) setMessageSubmissionsCount: (int) theCount
recipientsCount: (int) theRecipientsCount
forLogin: (NSString *) theLogin;
- (NSDictionary *) messageSubmissionsCountForLogin: (NSString *) theLogin;
//
// CAS support
//