12 lines
595 B
Markdown
12 lines
595 B
Markdown
[![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 Protocol
|
|
|
|
This crate provides some types and many parsers for SMTP. Many things are there, but it is still in a very rough state.
|
|
|
|
# License
|
|
|
|
This crate is dual-licensed under Apache 2.0 and MIT terms.
|