~nabijaczleweli/mail-internals.crate

cargo mail-internals crate patched to fix memory corruption
Bump name to mail-internals-ng and version to 0.2.4
Fix memory corruption in vec_insert_bytes()
Post-import cleanup

clone

read-only
https://git.sr.ht/~nabijaczleweli/mail-internals.crate
read/write
git@git.sr.ht:~nabijaczleweli/mail-internals.crate

You can also use your local clone with git send-email.

#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.