Expand description
Module containing the HeaderMap.
It also contains some helper types like iterator types for the HeaderMap etc.
Structs§
- Header
Map - A header map is a collection representing a number of mail headers in an specific order.
- Typed
Bodies - Iterator over all boxed bodies for a given header name with knows which type they should have
- Typed
Bodies Mut - Iterator over all boxed bodies for a given header name with knows which type they should have
Functions§
Type Aliases§
- Header
MapValidator - The type of an validator used to check more complex header contraints.
- Into
Iter - Iter
- IterMut
- Untyped
Bodies - Iterator over all boxed bodies for a given header name
- Untyped
Bodies Mut - Values
- Values
Mut