X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=doc%2FTODO;h=ed67448e08edb95bd03d65f48e956fc3fc28e140;hp=35fbe3a6b73132123012db873f90386d097c42f3;hb=0650e11bdbd58359dbfd102093f7a263d4ef74d2;hpb=d3e474b6f42f03c5be78a674b543d669dc679f4e diff --git a/doc/TODO b/doc/TODO index 35fbe3a..ed67448 100644 --- a/doc/TODO +++ b/doc/TODO @@ -11,6 +11,15 @@ * Add OpenDKIM support. -* Tests: Add an idempotence test for prune. +* Rename the "dovecot" plugin to "filesystem". -* Tests: Check that child tables contain what they're supposed to, too. +* Implement moving of domains. + +* 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. + + In particular, this means that AgenDAV pruning does not work! If + a user with default preferences is deleted, we don't notice.