package dkim

  1. Overview
  2. Docs

Module Dkim.BodySource

Sourcetype decode = [
  1. | `Data of string
  2. | `Await
  3. | `End
  4. | `CRLF
  5. | `Spaces of string
]
Sourcetype decoder
Sourceval src : decoder -> bytes -> int -> int -> unit
Sourceval decode : decoder -> decode
Sourceval decoder : unit -> decoder