6 releases
0.1.5 | May 28, 2024 |
---|---|
0.1.4 | Jan 31, 2024 |
0.1.3 | Dec 31, 2023 |
0.1.1 | Feb 16, 2023 |
0.1.0 | Jan 27, 2023 |
#73 in Email
6,746 downloads per month
Used in 16 crates
(2 directly)
180KB
4.5K
SLoC
smtp-proto
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Copyright
Copyright (C) 2020-2024, Stalwart Labs Ltd.
Dependencies
~165KB