Octet_stream.EncodingRFC 2045 MIME-encoded Bigstrings.
Text or binary are the type of the plaintext. For Base64, if the mode is text, '\n' is turned into '\r\n' when encoding, and vice versa.
val sexp_of_known : known -> Sexplib0.Sexp.tval hash_fold_known :
Ppx_hash_lib.Std.Hash.state ->
known ->
Ppx_hash_lib.Std.Hash.stateval hash_known : known -> Ppx_hash_lib.Std.Hash.hash_valueval sexp_of_t : t -> Sexplib0.Sexp.tinclude Ppx_hash_lib.Hashable.S_any with type t := tval hash_fold_t : t Ppx_hash_lib.hash_foldval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval default : knownval default' : tDetermine an encoding based on email headers. ignore_base64_for_multipart is useful because some clients can't read RFCs and incorrectly indicate a transfer encoding of base64 for multipart messages.