utf7-imap
A Rust library for decoding UTF-7 string as defined by the IMAP standard in RFC 3501 (#5.1.3).
Idea is based on Python mutf7 library.
Usage
Since this library is currently experimental, only decode is supported.
Add this to your Cargo.toml:
[]
= "0.1.0"
use decode_utf7_imap;
License
utf7-imap is MIT licensed.