module Decoder:sig
..end
val p_encoding : MrMime_contentEncoding.mechanism MrMime_parser.t
encoding := "Content-Transfer-Encoding" ":" mechanism
mechanism := "7bit" / "8bit" / "binary" /
"quoted-printable" / "base64" /
ietf-token / x-toke
These values are not case sensitive -- Base64
and BASE64
and bAsE64
are all equivalent.