mail-internals 0.2.3

[mail-api] _internal_ parts for the mail-api crates
Documentation
1
2
3
4
5
6
7
8
//! This module contains bindings to a number of external crates.

pub mod encoded_word;
pub mod base64;
pub mod quoted_string;
pub mod quoted_printable;
pub mod idna;
pub mod mime;