An open API service indexing awesome lists of open source software.

https://github.com/duesee/smtp-codec

Parsing and construction of SMTP messages
https://github.com/duesee/smtp-codec

Last synced: about 2 months ago
JSON representation

Parsing and construction of SMTP messages

Awesome Lists containing this project

README

        

[![CI](https://github.com/duesee/smtp-codec/actions/workflows/ci.yml/badge.svg)](https://github.com/duesee/smtp-codec/actions/workflows/ci.yml)
[![Scheduled](https://github.com/duesee/smtp-codec/actions/workflows/scheduled.yml/badge.svg)](https://github.com/duesee/smtp-codec/actions/workflows/scheduled.yml)
[![docs](https://docs.rs/smtp-codec/badge.svg)](https://docs.rs/smtp-codec)

# smtp-codec

This library provides parsing, serialization, and support for SMTP implementations.
It is based on `smtp-types` and aims to become a rock-solid building block for SMTP client and server implementations in Rust.
Many things are there, but `smtp-codec` is still in a rough state.

# License

This crate is dual-licensed under Apache 2.0 and MIT terms.