5 releases

0.1.4 Jan 31, 2024
0.1.3 Dec 31, 2023
0.1.2 Dec 28, 2023
0.1.1 Feb 16, 2023
0.1.0 Jan 27, 2023

#81 in Email

Download history 682/week @ 2023-11-25 872/week @ 2023-12-02 785/week @ 2023-12-09 758/week @ 2023-12-16 840/week @ 2023-12-23 1252/week @ 2023-12-30 1261/week @ 2024-01-06 1020/week @ 2024-01-13 781/week @ 2024-01-20 942/week @ 2024-01-27 1105/week @ 2024-02-03 1066/week @ 2024-02-10 1516/week @ 2024-02-17 1105/week @ 2024-02-24 1067/week @ 2024-03-02 567/week @ 2024-03-09

4,466 downloads per month
Used in 16 crates (2 directly)

Apache-2.0 OR MIT

180KB
4.5K SLoC

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 (C) 2020-2024, Stalwart Labs Ltd.

Dependencies

~190KB