X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=doc%2FTODO;h=ed67448e08edb95bd03d65f48e956fc3fc28e140;hp=b809204bb904381770a9c2457621c02033107b31;hb=0650e11bdbd58359dbfd102093f7a263d4ef74d2;hpb=ef77e919fa61bb5ba7924d49a171dc3a05410a33 diff --git a/doc/TODO b/doc/TODO index b809204..ed67448 100644 --- a/doc/TODO +++ b/doc/TODO @@ -11,15 +11,15 @@ * Add OpenDKIM support. -* Write a man page. +* Rename the "dovecot" plugin to "filesystem". -* Update the README. - -* Make a release. - -* Test deletion of a user "bar" who lies in the middle of a - goto="foo,bar,baz" alias. +* Implement moving of domains. -* Make sure removing a domain updates the aliases table correctly. +* 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. -* Implement moving of domains. + In particular, this means that AgenDAV pruning does not work! If + a user with default preferences is deleted, we don't notice.