]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - doc/TODO
Update the latest TODO item.
[mailshears.git] / doc / TODO
index 5b007a9b3d89a37d1314fcc77cc452a248116bf2..ed67448e08edb95bd03d65f48e956fc3fc28e140 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
 
 * Add OpenDKIM support.
 
-* Document everything with yard.
+* Rename the "dovecot" plugin to "filesystem".
 
-* Write a man page.
+* Implement moving of domains.
 
-* Tests: Add an idempotence test for prune.
+* The AgenDAV "user exists" test is wonky, because there's no real
+  users in AgenDAV. Right now we check the "username" column in the
+  "prefs" table, but all of the shares (and principals?) have URLs
+  instead of usernames. We don't parse the URLs, and instead rely
+  on doing find/replace of substrings in e.g. AgendavMv.
 
-* Tests: Check that child tables contain what they're supposed to, too.
-
-* Update the README.
-
-* Make a release.
+  In particular, this means that AgenDAV pruning does not work! If
+  a user with default preferences is deleted, we don't notice.