mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-30 02:37:16 +00:00
fix(auth): add missing method to auth class
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
|
||||
- (NSString *) passwordInContext: (WOContext *) context;
|
||||
- (SOGoUser *) userInContext: (WOContext *) context;
|
||||
/* To set additionnal cookies (override in subclasses !)*/
|
||||
- (NSArray *)getCookiesIfNeeded: (WOContext *)_ctx;
|
||||
|
||||
- (NSString *) imapPasswordInContext: (WOContext *) context
|
||||
forURL: (NSURL *) server
|
||||
forceRenew: (BOOL) renew;
|
||||
|
||||
Reference in New Issue
Block a user