instant-smtp/README.md

12 lines
595 B
Markdown
Raw Normal View History

2021-10-26 12:55:48 +00:00
[![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)
2021-07-21 11:37:38 +00:00
2020-08-09 09:27:59 +00:00
# SMTP Protocol
2021-02-22 17:53:25 +00:00
This crate provides some types and many parsers for SMTP. Many things are there, but it is still in a very rough state.
2020-08-09 09:27:59 +00:00
# License
This crate is dual-licensed under Apache 2.0 and MIT terms.