]> gitweb.michael.orlitzky.com - mailshears.git/blob - doc/TODO
doc/TODO: remove the --help item
[mailshears.git] / doc / TODO
1 * There is essentially no error handling. We report errors, but we
2 don't fail when we see one. The main reason for this is that we
3 don't know when each plugin will be run. If the first plugin
4 encounters an error, we could quit right there. But what if the
5 third one fails after the first two succeed? We would need some kind
6 of rollback mechanism.
7
8 For "mv", a rollback is conceivable. But with "rm", there's no going
9 back. Maybe relying on the user to interpret the output and go
10 fix stuff himself is the best we can do?
11
12 * Add OpenDKIM support.
13
14 * Rename the "dovecot" plugin to "filesystem".
15
16 * Implement moving of domains.
17
18 * The "pretend mode" output is missing the destination information:
19
20 # mailshears mv "test1@example.com" "test2@example.com"
21 mailshears, 2020-01-30 14:40:09 -0500 (Plugin: MvPlugin)
22 --------------------------------------------------------
23 DavicalMv - Would move user test1@example.com (User not found) to .
24 DovecotMv - Would move user test1@example.com (/var/spool/mail/vhosts/example.com/test1) to .
25 PostfixadminMv - Would move user test1@example.com to .
26 RoundcubeMv - Would move user test1@example.com (User not found) to .