Nicholas Hollett

Results 3 issues of Nicholas Hollett

Headers should (as required) use RFC2047 encoding when being coerced into a string for inclusion in a MimeMessage. It should: - [ ] Support determination of charset encoding as determined...

enhancement

It should be possible to set a MimeMessage's body using an `&str` and have the message handle its own encoding, not unlike the existing `decoded_body_bytes` and `decoded_body_string` functions.

enhancement

MIME Content-Type headers (among others) specify character set by IANA name[1] rather than by WHATWG or Windows Code page. It would be handy to have a way of getting an...