mailpot/mailpot
Manos Pitsidianakis 4047111dba
Various features lumped together
Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
2024-05-11 09:21:29 +03:00
..
build Rename workspace dirs to their actual crate names 2024-02-13 09:53:24 +02:00
migrations Rename workspace dirs to their actual crate names 2024-02-13 09:53:24 +02:00
settings_json_schemas Rename workspace dirs to their actual crate names 2024-02-13 09:53:24 +02:00
src Various features lumped together 2024-05-11 09:21:29 +03:00
tests Rename workspace dirs to their actual crate names 2024-02-13 09:53:24 +02:00
tools Rename workspace dirs to their actual crate names 2024-02-13 09:53:24 +02:00
Cargo.toml Rename workspace dirs to their actual crate names 2024-02-13 09:53:24 +02:00
README.md Rename workspace dirs to their actual crate names 2024-02-13 09:53:24 +02:00
create_migration.py Rename workspace dirs to their actual crate names 2024-02-13 09:53:24 +02:00
rustfmt.toml Rename workspace dirs to their actual crate names 2024-02-13 09:53:24 +02: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