X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=doc%2FTODO;h=240adabb1aaa03fc5dde7645c947c347baea2135;hp=5b007a9b3d89a37d1314fcc77cc452a248116bf2;hb=8c8de47c1e648b175032e88facf27c26a8e2e7d5;hpb=50f7c817b5954a804ccc77a39f46602505b9196a diff --git a/doc/TODO b/doc/TODO index 5b007a9..240adab 100644 --- a/doc/TODO +++ b/doc/TODO @@ -11,14 +11,31 @@ * 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. + In particular, this means that AgenDAV pruning does not work! If + a user with default preferences is deleted, we don't notice. -* Update the README. +* mailshears --help crashes before doing what it should just do: -* Make a release. + $ mailshears --help + ERROR: prune mode takes no additional arguments. + +* The "pretend mode" output is missing the destination information: + + # mailshears mv "test1@example.com" "test2@example.com" + mailshears, 2020-01-30 14:40:09 -0500 (Plugin: MvPlugin) + -------------------------------------------------------- + AgendavMv - Would move user test1@example.com (User not found) to . + DavicalMv - Would move user test1@example.com (User not found) to . + DovecotMv - Would move user test1@example.com (/var/spool/mail/vhosts/example.com/test1) to . + PostfixadminMv - Would move user test1@example.com to . + RoundcubeMv - Would move user test1@example.com (User not found) to .