mail-internals 0.2.3

[mail-api] _internal_ parts for the mail-api crates
Documentation

mail-internal

Provides some internal functionality for the mail crate.


The main part of this crate is the EncodingBuffer which is the place the headers write there content to (in an encoded form). Normally nothing in this crate needs to be used, the only exception is if you want to write your own mail header components for your custom mail header. In which case some of the thinks in this crate might prove usefull for you. (E.g. the bind module which binds some external crates like e.g. quoted-string and idna)

Documentation can be viewed on docs.rs (once it is published).

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.