Crate rfc2047_decoder

source ·
Expand description

§Introduction

This crate provides a Decoder and the function decode, in order to decode encoded words as described in the RFC 2047.

§Where to start looking

You will likely want to start looking into Decoder and/or the decode to use this crate.

Structs§

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.