Skip to main content

decode_quoted_printable

Function decode_quoted_printable 

Source
pub fn decode_quoted_printable(data: &[u8]) -> Vec<u8> 
Expand description

Decodes quoted-printable encoded data, handling soft line breaks and _ as space.