package tidy_email

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Email : sig ... end
module List_backend : sig ... end

Clients of tidy_email may want a mock email backend suitable for unit tests. The backend described in this module accumulates messages in a list for later analysis.