Crates.io | smtp-proto |
lib.rs | smtp-proto |
version | 0.1.5 |
source | src |
created_at | 2023-01-27 16:05:02.067603 |
updated_at | 2024-05-28 13:27:34.105304 |
description | SMTP protocol parser |
homepage | https://github.com/stalwartlabs/smtp-proto |
repository | https://github.com/stalwartlabs/smtp-proto |
max_upload_size | |
id | 769766 |
size | 191,954 |
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.
To run the testsuite:
$ cargo test
To fuzz the library with cargo-fuzz
:
$ cargo +nightly fuzz run smtp_proto
Licensed under either of
at your option.
Copyright (C) 2020-2024, Stalwart Labs Ltd.