Python
Java
JavaScript
Android
Golang
C/C++
Swift
PHP
Node.js
Ruby
.NET
More
React
Linux
Rust
Vue.js
Flutter
Command-line
Network programming
Database
Applications
IDEs
More...
Home
/
Rust
/
Email
Email
Crates to help with Sending, receiving, formatting, and parsing email
Search
Newest releases
Newest releases
Most popular
Email
13
This app reads a csv file and sends an email with a formatted Handlebars file.
This app reads a csv file and sends an email with a formatted Handlebars file.
Email
2.7k
📫 Minimalist CLI email client, written in Rust.
📫 Minimalist CLI email client, written in Rust.
Email
45
addr - A library for parsing domain names and email addresses
Robust domain name parsing and RFC compliant email address validation This library uses Mozilla's Public Suffix List to reliably parse domain names an
Email
39
atarashii_imap - IMAP client written in Rust
新しい IMAP client 新しい (atarashii/new) IMAP client in Rust. It supports plain and secure connections. In progress It's under development... Usage Put thi
Email
40
mailstrom - Email sender
Mailstrom Documentation Mailstrom is a rust library that handles email delivery for rust programs in a background worker thread. It does the following
Email
23
maildir - A simple library for maildir manipulation
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
Email
18
mime_multipart - MIME multipart parsing, construction, and streaming
mime-multipart Rust library for MIME multipart parsing, construction, and streaming Documentation is available at https://mikedilger.github.io/mime-mu
Email
16
email-format - Email message format (parser and data structure)
email-format "Internet Message Format" meticulously implemented for email construction and validation, as defined in RFC 5322 and other RFCs. Document
Email
56
async-smtp - SMTP client
async-smtp Async implementation of SMTP API Docs | Releases Based on the great lettre library. Example use async_smtp::{ ClientSecurity, Envelope,
Email
141
strfmt - strfmt: rust library for formatting dynamic strings
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
Email
96
sendgrid - An unofficial client library for the SendGrid API
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
Email
81
async-imap - Async IMAP client for Rust
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
Email
168
mailparse - A simple parser for MIME e-mail messages
mailparse A simple parser for MIME email messages. API The primary entry point for this library is the following function: parse_mail(&[u8]) -> Re
Email
427
imap - IMAP client for Rust
imap This crate lets you connect to and interact with servers that implement the IMAP protocol (RFC 3501 and various extensions). After authenticating
Email
1.6k
lettre - Email client
lettre A mailer library for Rust Features Lettre provides the following features: Multiple transport methods Unicode support (for email content and ad
Email
156
mime - Strongly Typed Mimes
mime Support MIME (HTTP Media Types) as strong types in Rust. Documentation Usage extern crate mime; fn main() { // common types are constants
Categories
Rust
3378
Encoding JSON
43
Applications
36
Asynchronous
112
Audio and Music
58
Authentication
31
Automotive
12
Build system
43
Caching
32
Cargo plugins
46
Command-line
418
Compression
22
Computation
18
Concurrency
70
Configuration
28
Cryptocurrencies
96
Cryptography
130
Data processing
14
Data structures
182
Data visualization
16
Database
74
Database interfaces
35
Date and time
17
Debugging
55
Deployment
69
Development tools
27
Distributed systems
14
Email
20
Embedded
4
Embedded development
90
Emulators
29
Encoding Binary
4
Encoding Multimedia
3
Encoding XML
10
Encoding YAML
8
Filesystem
91
Foreign Function Interface
101
Game development
106
Games
62
Genetic algorithms
12
Geospatial
3
Graphics
71
GUI
167
HTTP Client
52
IDEs
32
Image processing
101
Industrial automation
3
Logging
11
Machine learning
68
macOS APIs
10
Math
46
Memory management
40
Miscellaneous
162
Mobile
4
Network programming
133
No standard library
34
Observability
2
Operating systems
21
Parsing
75
Platform specific
12
Procedural macros
40
Productivity
2
Profiling
28
Resources
13
Science
44
Scripting
17
Security tools
57
Simulation
1
Static Site Generators
20
System tools
54
Template engine
65
Testing
83
Text editors
40
Text processing
69
Text search
21
Unix APIs
33
Utilities
439
Value formatting
9
Video
27
Virtualization
34
Web programming
82
Web Servers
83
WebAssembly
21
WebSocket
17
Windows APIs
18
Most popular
More
01
📫 Minimalist CLI email client, written in Rust.
02
lettre - Email client
03
imap - IMAP client for Rust
04
mailparse - A simple parser for MIME e-mail messages
05
mime - Strongly Typed Mimes
06
strfmt - strfmt: rust library for formatting dynamic strings
07
sendgrid - An unofficial client library for the SendGrid API
08
async-imap - Async IMAP client for Rust
09
async-smtp - SMTP client
10
addr - A library for parsing domain names and email addresses