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.
mailpot/core
Manos Pitsidianakis 17e1a79cef
web: make list description string safe for html if any owner is an admin
1 week ago
..
migrations core/schema: add trigger that sorts topics alphabetically 2 weeks ago
src web: make list description string safe for html if any owner is an admin 1 week ago
tests core: add migration test 2 weeks ago
Cargo.toml core: add sqlite savepoints 3 weeks ago
README.md Update melib ref and add mailcrab test 2 months ago
build.rs core: add migration test 2 weeks ago
make_migrations.rs core: add migration test 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