Module mail_core::context

source ·
Expand description

Provides the context needed for building/encoding mails.

Structs

The CompositeContext is the simplest way to get an Context implementation.

Enums

Represents Data which might already have been transfer encoded.

Traits

This library needs a context for creating/encoding mails.
Trait needed to be implemented for providing the id generation parts to a CompositeContext.
Trait needed to be implemented for providing the offloading parts to a CompositeContext.
Trait needed to be implemented for providing the resource loading parts to aCompositeContext.

Functions

Provides the default impl for the load_transfer_encoded_resource method of Context.