X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=doc%2FTODO;h=d80635746772fcc60f6b78f5889b29ad4d0b4e54;hp=37c06ce70a38d32b06c0da6f484732b4f0e17f0e;hb=HEAD;hpb=d0bfa37fb4be739b31dd97c493764ca19a160182 diff --git a/doc/TODO b/doc/TODO index 37c06ce..d806357 100644 --- a/doc/TODO +++ b/doc/TODO @@ -11,19 +11,16 @@ * Add OpenDKIM support. -* Write a man page. +* Rename the "dovecot" plugin to "filesystem". -* Update the README. - -* Make a release. - -* Should we wrap all of the connection.close() calls in "ensure"? - -* Test deletion of a user "bar" who lies in the middle of a - goto="foo,bar,baz" alias. - -* Make sure removing a domain updates the aliases table correctly. +* Implement moving of domains. -* Factor out all of the msg-building in e.g. MvRunner. +* The "pretend mode" output is missing the destination information: -* Implement moving of domains. + # mailshears mv "test1@example.com" "test2@example.com" + mailshears, 2020-01-30 14:40:09 -0500 (Plugin: MvPlugin) + -------------------------------------------------------- + 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 .