oxidizing / letters

Letters is an OCaml library for creating and sending emails over SMTP using LWT
MIT License
54 stars 6 forks source link

Improve use of exceptions #25

Open mikonieminen opened 4 years ago

mikonieminen commented 4 years ago

Currently we mostly call failwith with a message. Instead the library should use more specific exception types to indicate what kind of failure is in the question.