package mrmime

  1. Overview
  2. Docs
Email parser and generator in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

mrmime-v0.1.0.tbz
sha256=51f818624667722012d69243673f5e40bdba95fcde2f33d46fb198d2d576c1af
sha512=b02911fbcbc9b9e6c668c1e901f0009cd4f7c05dcd8050fabd62894565d91a2f9239956a78536b80ad113c43d3e18bdaa0f8a2f4979ae3ff0bcd9a61f2ee4a7f

doc/mrmime.encoder/Encoder/IOVec/index.html

Module Encoder.IOVec

type t = {
  1. buffer : Encoder__.Enclosure.Buffer.t;
  2. off : int;
  3. len : int;
}

Type of IOVec.

val weight : t -> int

Weight of t.

val length : t -> int

Length (in bytes) of t.

val lengthv : t list -> int

Length (in bytes) of a list of t.

val shift : t -> int -> t

shift t n shifts n bytes on t.

val split : t -> int -> t * t

split t off splits t at off point.

val merge : t -> t -> t option

merge a b tries to merge a and b into a new t.

OCaml

Innovation. Community. Security.