extensible, flexible mailing list manager https://lists.meli-email.org/
 
 
 
 
 
 
Go to file
Manos Pitsidianakis 3c582f7729
Split into crates
2020-08-18 22:40:03 +03:00
cli Split into crates 2020-08-18 22:40:03 +03:00
core Split into crates 2020-08-18 22:40:03 +03:00
rest-http Split into crates 2020-08-18 22:40:03 +03:00
.gitignore Initial commit 2020-08-15 22:15:44 +03:00
Cargo.lock Split into crates 2020-08-18 22:40:03 +03:00
Cargo.toml Split into crates 2020-08-18 22:40:03 +03:00
LICENSE Initial commit 2020-08-15 22:15:44 +03:00
README.md Split into crates 2020-08-18 22:40:03 +03:00

README.md

Mailpot

WIP mailing list manager

Crates:

  • core
  • cli a command line tool to manage lists
  • rest-http a REST http server to manage lists
% mpot help
mailpot 0.1.0
mini mailing list manager

USAGE:
    mpot [FLAGS] [OPTIONS] <SUBCOMMAND>

FLAGS:
    -d, --debug      Activate debug mode
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --config <config>    Set config file

SUBCOMMANDS:
    create-list    Create new list
    db-location    Prints database filesystem location
    help           Prints this message or the help of the given subcommand(s)
    list           Mailing list management
    list-lists     Lists all registered mailing lists
    post           Post message from STDIN to list