aboutsummaryrefslogtreecommitdiff
path: root/mm3mod
AgeCommit message (Collapse)Author
2021-08-03tweak listing formatHEADmasterDavid Bremner
2021-08-03add verify commandDavid Bremner
In order to work with older versions of mailmanclient, provide a function to fetch a nonmember from a list
2021-08-02fix docstringDavid Bremner
It turns out we don't want to accept multiple messages at time.
2021-08-01remove most cmd2 built-in commandsDavid Bremner
By default, support a kind of "kiosk"-mode.
2021-08-01migrate from cmd to cmd2David Bremner
It fixes an annoying quirk in the command completion that does not leave a space.
2021-08-01add licenseDavid Bremner
Use same terms as mailmanclient
2021-07-31implement accept commandDavid Bremner
untested because I need some non spam messages.
2021-07-31implement command loop and discard commandDavid Bremner
2021-07-31read configurationDavid Bremner
2021-07-31trivial main functionDavid Bremner