mail-core 0.6.1

[mail/core] provides the Mail type for the mail crate (inkl. multipart mime bodies, builder and resource type)
Documentation
1
2
3
4
5
6
7
extern crate mail_core;
extern crate mail_headers as headers;

extern crate futures;
extern crate soft_ascii_string;

mod resource;