Email

Crates to help with Sending, receiving, formatting, and parsing email

Newest releases
13

giggio This app reads a csv file and sends an email with a formatted Handlebars file.
 
2.7k

soywod 📫 Minimalist CLI email client, written in Rust.
 
45

addr-rs Robust domain name parsing and RFC compliant email address validation This library uses Mozilla's Public Suffix List to reliably parse domain names an
 
39

gildedhonour 新しい IMAP client 新しい (atarashii/new) IMAP client in Rust. It supports plain and secure connections. In progress It's under development... Usage Put thi
 
40

mikedilger Mailstrom Documentation Mailstrom is a rust library that handles email delivery for rust programs in a background worker thread. It does the following
 
23

staktrace maildir A simple library to deal with maildir folders API The primary entry point for this library is the Maildir structure, which can be created from
 
18

mikedilger mime-multipart Rust library for MIME multipart parsing, construction, and streaming Documentation is available at https://mikedilger.github.io/mime-mu
 
16

mikedilger email-format "Internet Message Format" meticulously implemented for email construction and validation, as defined in RFC 5322 and other RFCs. Document
 
56

async-email async-smtp Async implementation of SMTP API Docs | Releases Based on the great lettre library. Example use async_smtp::{ ClientSecurity, Envelope,
 
141

vitiral strfmt: rust library for formatting dynamic strings Note: this library is fairly stable and tested, but new features are in the early stages of develo
 
96

gsquire sendgrid-rs Unofficial Rust library for the SendGrid API. This crate requires Rust 1.15 or higher as it uses a crate that has a custom derive implemen
 
81

async-email async-imap Async implementation of IMAP API Docs | Releases Based on the great rust-imap library. This crate lets you connect to and interact with ser
 
168

staktrace mailparse A simple parser for MIME email messages. API The primary entry point for this library is the following function: parse_mail(&[u8]) -> Re
 
427

jonhoo imap This crate lets you connect to and interact with servers that implement the IMAP protocol (RFC 3501 and various extensions). After authenticating
 
1.6k

lettre lettre A mailer library for Rust Features Lettre provides the following features: Multiple transport methods Unicode support (for email content and ad
 
156

hyperium mime Support MIME (HTTP Media Types) as strong types in Rust. Documentation Usage extern crate mime; fn main() { // common types are constants