You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 week ago | |
---|---|---|
.. | ||
migrations | 2 weeks ago | |
src | 1 week ago | |
tests | 2 weeks ago | |
Cargo.toml | 3 weeks ago | |
README.md | 2 months ago | |
build.rs | 2 weeks ago | |
make_migrations.rs | 2 weeks ago |
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