package dkim-mirage

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

Module Dkim_mirage.MakeSource

Parameters

Signature

Sourceval verify : ?newline:[ `LF | `CRLF ] -> D.t -> string Lwt_stream.t -> (Dkim.Verify.result list, [> `Msg of string ]) result Lwt.t
Sourceval sign : ?newline:[ `LF | `CRLF ] -> key:Dkim.key -> Dkim.unsigned Dkim.t -> string Lwt_stream.t -> (Dkim.signed Dkim.t, [> `Msg of string ]) result Lwt.t