]> gitweb.michael.orlitzky.com - mailshears.git/blob - doc/TODO
Rename plugin_class to plugin_module.
[mailshears.git] / doc / TODO
1 * Error reporting sucks, and when a domain or user doesn't exist we
2 should be able to say so. The describe_domain/user functions
3 should also work better. For plugins that don't implement domains,
4 we can return a (count of?) list of users, or fall back to the
5 user deletion descriptions.
6
7 * Implement "mv".
8
9 * Add convenience methods (e.g. user_exists, domain_exists) that we
10 can use in the tests to check results.
11
12 * Potentially add OpenDKIM support.