We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InLook is a small Rust project. You need a recent stable toolchain (built with 1.95; the minimum supported is 1.74).
git clone https://github.com/StruisICT/InLook cd InLook cargo build --release cargo run --release -- test/sample.eml
The WebView (wry/WebKitGTK) needs:
sudo apt-get install -y libwebkit2gtk-4.1-dev libgtk-3-dev \ libayatana-appindicator3-dev librsvg2-dev
cargo test --release # unit + golden snapshot tests cargo fmt --all -- --check # format gate cargo clippy --all-targets --release -- -D warnings
The .msg test fixtures are generated with cargo run --example gen_msg_fixtures.
.msg
cargo run --example gen_msg_fixtures
For architecture, conventions, packaging, and the release process, see AGENTS.md in the repository.
AGENTS.md
Source on GitHub