mail_parser::decoders::quoted_printable

Function decode_quoted_printable

Source
pub fn decode_quoted_printable<'x>(
    stream: &MessageStream<'x>,
    start_pos: usize,
    boundary: &[u8],
    is_word: bool,
) -> (usize, DecodeResult)