mailpot/core
Manos Pitsidianakis cd74e73586
Add CODE_OF_CONDUCT.md, CONTRIBUTING.md
2023-04-18 14:45:44 +03:00
..
src Add CODE_OF_CONDUCT.md, CONTRIBUTING.md 2023-04-18 14:45:44 +03:00
tests core: queue template replies after Request 2023-04-17 15:39:46 +03:00
Cargo.toml cli: Add integration tests for CLI interface 2023-04-18 14:05:47 +03:00
README.md Update melib ref and add mailcrab test 2023-03-31 20:00:32 +03:00
build.rs Run rustfmt with nightly options 2023-04-15 17:32:10 +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