Module Messages.InternalDateSource

type t =
  1. | Default
  2. | DateHeader
  3. | ReceivedTime
val to_string : t -> string
val of_string : string -> t