mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 14:12:21 +00:00
feat(core): Add URL encryption for GDPR compliancy. Disable url encryption for caldav.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
@class NSString;
|
||||
|
||||
@class WOContext;
|
||||
@class WORequest;
|
||||
|
||||
@class SOGoAppointmentFolder;
|
||||
@class SOGoAppointmentFolders;
|
||||
@@ -136,8 +137,8 @@
|
||||
- (SOGoContactFolder *) personalContactsFolderInContext: (WOContext *) context;
|
||||
|
||||
/* Encryption */
|
||||
+ (NSString *)getEncryptedUsernameIfNeeded:(NSString *)username;
|
||||
+ (NSString *)getDecryptedUsernameIfNeeded:(NSString *)username;
|
||||
+ (NSString *)getEncryptedUsernameIfNeeded:(NSString *)username request:(WORequest *)request;
|
||||
+ (NSString *)getDecryptedUsernameIfNeeded:(NSString *)username request:(WORequest *)request;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user