mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 06:42:44 +00:00
add user folder endpoint
This commit is contained in:
@@ -19,7 +19,13 @@
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (NSDictionary *) action {
|
||||
- (BOOL) needAuth
|
||||
{
|
||||
return NO;
|
||||
}
|
||||
|
||||
- (NSDictionary *) action: (WOContext*) ctx withParam: (NSDictionary *) param
|
||||
{
|
||||
NSDictionary* result;
|
||||
|
||||
result = [[NSDictionary alloc] initWithObjectsAndKeys:
|
||||
|
||||
Reference in New Issue
Block a user