mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Added message submissions rate-limiting support
This commit is contained in:
@@ -103,6 +103,12 @@
|
||||
|
||||
- (NSDictionary *) failedCountForLogin: (NSString *) login;
|
||||
|
||||
- (void) setMessageSubmissionsCount: (int) theCount
|
||||
recipientsCount: (int) theRecipientsCount
|
||||
forLogin: (NSString *) theLogin;
|
||||
|
||||
- (NSDictionary *) messageSubmissionsCountForLogin: (NSString *) theLogin;
|
||||
|
||||
//
|
||||
// CAS support
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user