mailpot/core
Manos Pitsidianakis a37851b108
cli: add repair command with some lints
2023-04-29 18:14:14 +03:00
..
src cli: add repair command with some lints 2023-04-29 18:14:14 +03:00
tests core: add more template replies tests 2023-04-29 13:49:28 +03:00
Cargo.toml cli: add repair command with some lints 2023-04-29 18:14:14 +03:00
README.md Update melib ref and add mailcrab test 2023-03-31 20:00:32 +03:00
build.rs Tidy up rustdocs 2023-04-25 17:08:30 +03:00

README.md

mailpot-core

Initialize sqlite3 database

sqlite3 mpot.db < ./src/schema.sql

Tests

test_smtp_mailcrab requires a running mailcrab instance. You must set the environment variable MAILCRAB_IP to run this. Example:

MAILCRAB_IP="127.0.0.1" cargo test mailcrab