smtp-proto

Crates.iosmtp-proto
lib.rssmtp-proto
version0.1.5
sourcesrc
created_at2023-01-27 16:05:02.067603
updated_at2024-05-28 13:27:34.105304
descriptionSMTP protocol parser
homepagehttps://github.com/stalwartlabs/smtp-proto
repositoryhttps://github.com/stalwartlabs/smtp-proto
max_upload_size
id769766
size191,954
Mauro D. (mdecimus)

documentation

README

smtp-proto

crates.io build docs.rs License: MIT License: Apache

smtp-proto is a fast SMTP/LMTP parser for Rust that supports all registered SMTP service extensions. The library is part of Stalwart SMTP and LMTP servers. It is not yet documented so if you need help using the library please start a discussion.

Testing & Fuzzing

To run the testsuite:

 $ cargo test

To fuzz the library with cargo-fuzz:

 $ cargo +nightly fuzz run smtp_proto

License

Licensed under either of

at your option.

Copyright

Copyright (C) 2020-2024, Stalwart Labs Ltd.

Commit count: 35

cargo fmt