From 836095e9844f37c29fc140680980877dd1ed0a57 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Fri, 17 Apr 2015 14:09:13 -0400 Subject: [PATCH] Removed old TODO file --- TODO | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 63e2dcb85..000000000 --- a/TODO +++ /dev/null @@ -1,13 +0,0 @@ -Rendering of multi-status responses is suboptimal in SOPE: - PROPPATCH "subresponses" indicates either complete failure or success - REPORT responses are handled by SOGo -Therefore it would be nice to refactor those things a little bit and maybe put -some code from SOGo up into SOPE. - -- wsourdeau@inverse.ca, Tue, 22 Apr 2008 15:21:32 -0400 - -ACL: -- the "default user" concept in the SOGo ACL paradigm should probably match -the "authenticated" role in SOGo/SOPE. Also, we should reconsider the handling -of the DAV:authenticated principal wrt the DAV ACL interface. -- we should add support for DAV privilege descriptions - -- wsourdeau@inverse.ca, Tue, 29 Apr 2008 12:05:17 -0400