2022-12-02 08:16:37 +01:00
# smtp-proto
2023-01-27 16:01:50 +00:00
[](https://crates.io/crates/smtp-proto)
[](https://github.com/stalwartlabs/sieve/actions/workflows/rust.yml)
[](https://docs.rs/smtp-proto)
2023-12-31 10:40:44 +01:00
[](https://opensource.org/licenses/MIT)
[](https://opensource.org/licenses/Apache-2.0)
2023-01-27 16:01:50 +00:00
_smtp-proto_ is a fast SMTP/LMTP parser for Rust that supports all [registered SMTP service extensions ](https://www.iana.org/assignments/mail-parameters/mail-parameters.xhtml ).
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:
```bash
$ cargo test
```
To fuzz the library with `cargo-fuzz` :
```bash
$ cargo +nightly fuzz run smtp_proto
```
## License
2023-12-31 10:36:54 +01:00
Licensed under either of
2023-01-27 16:01:50 +00:00
2023-12-31 10:36:54 +01:00
* Apache License, Version 2.0 ([LICENSE-APACHE ](LICENSE-APACHE ) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT ](LICENSE-MIT ) or http://opensource.org/licenses/MIT)
at your option.
2023-01-27 16:01:50 +00:00
## Copyright
2025-03-01 18:38:15 +01:00
Copyright (C) 2020, Stalwart Labs LLC