Expand description
Provides some internal functionality for the mail
crate.
Modules§
- bind
- This module contains bindings to a number of external crates.
- encoder
- This module provides the encoding buffer.
- error
- Module containing the
EncodingError
. - grammar
- This module contains a number of helper functions for writing parsers.
- utils
- Some more general utilities.
Macros§
- ec_bail
- Macro for easier returning an
EncodingError
. - enc_
closure - Generate a think implementing
EncodableInHeader
from an closure. - enc_
func - Generate a think implementing
EncodableInHeader
from an function.
Enums§
- Mail
Type - Specifies what kind of mail we want to create.