]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - doc/TODO
mailshears.gemspec: bump to v0.0.4, update pg library to v1.2.x.
[mailshears.git] / doc / TODO
index b7ea25759d037746ed0f918b89a1019fde4920f1..240adabb1aaa03fc5dde7645c947c347baea2135 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
 
 * Add OpenDKIM support.
 
-* Write a man page.
+* Rename the "dovecot" plugin to "filesystem".
 
-* Update the README.
+* Implement moving of domains.
 
-* Make a release.
+* 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.
+
+* mailshears --help crashes before doing what it should just do:
+
+  $ 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 .