package dkim

  1. Overview
  2. Docs

Module Dkim.DecoderSource

Sourceval failf : ('a, Format.formatter, unit, 'b Angstrom.t) format4 -> 'a
Sourceval is_digit : char -> bool
Sourceval is_alpha : char -> bool
Sourceval is_plus : char -> bool
Sourceval is_slash : char -> bool
Sourceval is_dash : char -> bool
Sourceval is_underscore : char -> bool
Sourceval is_equal : char -> bool
Sourceval is_semicolon : char -> bool
Sourceval (or) : ('a -> bool) -> ('a -> bool) -> 'a -> bool
Sourceval is_base64 : char -> bool
Sourceval is_ftext : char -> bool
Sourceval is_ftext0 : char -> bool
Sourceval is_ftext1 : char -> bool
Sourceval field_name1 : Mrmime.Field_name.t Angstrom.t
Sourceval field_name0 : Mrmime.Field_name.t Angstrom.t
Sourceval let_dig : char Angstrom.t
Sourceval ldh_str : string Angstrom.t
Sourceval sub_domain : string Angstrom.t
Sourceval domain_name : string list Angstrom.t
Sourceval is_atext : char -> bool
Sourceval is_qtextSMTP : char -> bool
Sourceval atom : string Angstrom.t
Sourceval dot_string : [> `Dot_string of string list ] Angstrom.t
Sourceval quoted_pairSMTP : string Angstrom.t
Sourceval qcontentSMTP : string Angstrom.t
Sourceval quoted_string : [> `String of string ] Angstrom.t
Sourceval local_part : [> `Dot_string of string list | `String of string ] Angstrom.t
Sourceval hyphenated_word : string Angstrom.t
Sourceval hdr_name : Mrmime.Field_name.t Angstrom.t
Sourceval rsa : Dkim__.Value.algorithm Angstrom.t
Sourceval sha1 : Dkim__.Value.hash Angstrom.t
Sourceval sha256 : Dkim__.Value.hash Angstrom.t
Sourceval simple : Dkim__.Value.canonicalization Angstrom.t
Sourceval relaxed : Dkim__.Value.canonicalization Angstrom.t
Sourceval algorithm_extension : Dkim__.Value.algorithm Angstrom.t
Sourceval hash_extension : Dkim__.Value.hash Angstrom.t
Sourceval dkim_quoted_printable : string Angstrom.t
Sourceval qp_hdr_value : string Angstrom.t
Sourceval qp_section : string Angstrom.t
Sourceval selector : string list Angstrom.t
Sourceval is_valchar : char -> bool
Sourceval is_alnumpunc : char -> bool
Sourceval tag_name : string Angstrom.t
Sourceval tag_value : string Angstrom.t
Sourceval tag_spec : 'v. tag_name:'v Hmap.Make(Dkim__.Map.Info).key Angstrom.t -> tag_value:'v Angstrom.t -> ('v Hmap.Make(Dkim__.Map.Info).key * 'v option) Angstrom.t
Sourceval bh : Hmap.Make(Dkim__.Map.Info).binding option Angstrom.t
Sourceval unknown : Hmap.Make(Dkim__.Map.Info).binding option Angstrom.t
Sourceval mail_tag_list : Hmap.Make(Dkim__.Map.Info).t Angstrom.t
Sourceval key_s_tag_type : Dkim__.Value.service Angstrom.t
Sourceval key_t_tag_flag : Dkim__.Value.name Angstrom.t
Sourceval server_tag_list : Hmap.Make(Dkim__.Map.Info).t Angstrom.t
OCaml

Innovation. Community. Security.