package email_message

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Email_message_kernel.Octet_streamSource

Sourcemodule Encoding : sig ... end

RFC 2045 MIME-encoded Bigstrings.

Sourcetype t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
include Ppx_hash_lib.Hashable.S with type t := t
Sourceval hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
Sourceval of_string : encoding:Encoding.t -> string -> t
Sourceval of_bigstring_shared : encoding:Encoding.t -> Bigstring_shared.t -> t
Sourceval empty : t
Sourceval encoding : t -> Encoding.t
Sourceval encoded_contents : t -> Bigstring_shared.t
Sourceval encoded_contents_string : t -> string

These are the expensive operation.

Sourceval encode : encoding:Encoding.known -> Bigstring_shared.t -> t
Sourceval decode : t -> Bigstring_shared.t option

None if encoding is `Unknown.

Sourcemodule Stable : sig ... end
OCaml

Innovation. Community. Security.