Expand description
Provides the context needed for building/encoding mails.
Structs§
- Composite
Context - The
CompositeContext
is the simplest way to get anContext
implementation.
Enums§
- Maybe
EncData - Represents Data which might already have been transfer encoded.
Traits§
- Context
- This library needs a context for creating/encoding mails.
- Mail
IdGen Component - Trait needed to be implemented for providing the id generation parts to a
CompositeContext
. - Offloader
Component - Trait needed to be implemented for providing the offloading parts to a
CompositeContext
. - Resource
Loader Component - Trait needed to be implemented for providing the resource loading parts to a
CompositeContext
.
Functions§
- default_
impl_ for_ load_ transfer_ encoded_ resource - Provides the default impl for the
load_transfer_encoded_resource
method ofContext
.