Expand description
Structs§
- Represents the decoder builder.
- A helper struct which implements std::fmt::Display for
Vec<String>
and which contains the encoded words which are too long as aString
.
Enums§
- The possible errors which can occur while parsing the string.
- All errors which the evaluator can throw.
- All errors which the lexer can throw.
- All errors which the parser can throw.
- Determines which strategy should be used if an encoded word isn’t encoded as described in the RFC.
Functions§
- Decodes the given RFC 2047 MIME Message Header encoded string using a default decoder.