package email_message

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

Module Email_selector.BaseSource

Sourcetype t = [
  1. | `exists_header of string * Re2.t
  2. | `all_headers of string * Re2.t
]
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval matches : t -> Email.t -> bool
Sourceval matches' : t -> Email_message__.Headers.t -> bool
Sourceval examples : t list
OCaml

Innovation. Community. Security.