Struct serde_with::base64::ImapMutf7
source · pub struct ImapMutf7;
Available on crate feature
base64
only.Expand description
The character set used in IMAP-modified UTF-7 (uses +
and ,
).
See RFC 3501.
Trait Implementations§
source§impl CharacterSet for ImapMutf7
impl CharacterSet for ImapMutf7
source§fn charset() -> CharacterSet
fn charset() -> CharacterSet
Return a specific character set. Read more