Skip to main content

2 posts tagged with "mime"

View All Tags

Building E-mail messages in Rust

· 3 min read
Mauro D.
Project Maintainer

Back in November we released mail-parser, a Rust library to parse MIME e-mail messages of any complexity. Today we are proud to announce the release of mail-builder, a simple yet powerful library to build RFC5322 e-mail messages with MIME support.

Parsing E-mail messages in Rust

· 7 min read
Mauro D.
Project Maintainer

Today we released mail-parser, an e-mail parsing library written in Rust that fully conforms to the Internet Message Format standard (RFC 5322), the Multipurpose Internet Mail Extensions (MIME; RFC 2045–2049) as well as other internet messaging RFCs.