Function email::rfc2047::decode_rfc2047 [] [src]

pub fn decode_rfc2047(s: &str) -> Option<String>

Decode an RFC 2047 string (s) into a Rust String.

Will accept either "Q" encoding (RFC 2047 Section 4.2) or "B" encoding (BASE64) [unstable]