fn b_encode(value: &str) -> String
Expand description
Encodes UTF-8 string as a single B-encoded-word.
We manually encode some headers because as of version 0.4.4 mail-builder crate does not encode newlines correctly if they appear in a text header.