mailpot/archive-http
Manos Pitsidianakis 7246815df8
archive-http: rename crate to mailpot-archives for consistency
2023-04-24 18:08:50 +03:00
..
src Add outqoing queue flushing 2023-04-19 19:43:14 +03:00
Cargo.toml archive-http: rename crate to mailpot-archives for consistency 2023-04-24 18:08:50 +03:00
README.md archive-http: add static gen binary 2023-04-01 10:33:05 +03:00

README.md

mailpot REST http server

cargo run --bin mpot-archives

generate static files

# mpot-gen CONF_FILE OUTPUT_DIR OPTIONAL_ROOT_URL_PREFIX
cargo run --bin mpot-gen -- ../conf.toml ./out/ "/mailpot"