smtpc

Crates.iosmtpc
lib.rssmtpc
version0.1.0
sourcesrc
created_at2019-12-31 11:46:56.122762
updated_at2019-12-31 11:46:56.122762
descriptionSMTPC simplifies process of parsing mail messages sent over SMTP
homepagehttps://github.com/teawithsand/smtpc
repositoryhttps://github.com/teawithsand/smtpc
max_upload_size
id193817
size147,648
(teawithsand)

documentation

README

SMTPC

Build Status

SMTPC crate provides utils for parsing messages sent over SMTP and multipart messages

It was heavily inspired(some parts are almost one-to-one rewritten from go) by Go standard library which has lots of things already implemented and well supported for Go programmer.

SMTPC tries do to almost all decoding in streaming manner so even big messages can be easily processed.

By default it supports serialization of some structures with serde

Commit count: 0

cargo fmt