aron
aron
https://github.com/oxidizing/letters/issues/46
The current GitHub workflow [runs `make test`](https://github.com/oxidizing/letters/blob/master/.github/workflows/ci.yml#L48) which does not exist, only `make test-all`. Either create a target for only unit tests or change the CI to use the `test-all`...
Test ```ocaml let ethereal_conf_with_single_ca_cert = (* Use PEM file containing correct chain *) Config.set_ca_cert "../../../ethereal-email-chain.pem" ethereal_conf_with_ca_detect in ... ; Alcotest_lwt.test_case "Send plain text email, use specific CA cert file" `Slow...
Logs currently look like ``` 2022-12-15T09:01:07-00:00 [INFO] [sihl.core.app] [-] [-]: Setting up... ``` This is correct, but it would be nice for Sihl to auto-recognize what timezone one is in,...
In addition to `PLAIN` and `LOGIN`, `NTLM` is a widely-used protocol, most often by Microsoft services. It would be beneficial if this mechanism would also be supported. Analogous to https://github.com/mirage/colombe/issues/60....
According to https://developer.mozilla.org/en-US/docs/Web/API/FormData/FormData, the constructor should be able to take an optional ``/`HTMLFormElement`.