soruh
soruh
(Note: I am using an untested keycard reader, I don't think this causes the issue, but I will update this issue when I get my hands on a tested one.)...
I am using `ureq` and was trying to get all response headers with a specific name. To look for methods that do this I used the auto-completion of my IDE...
This PR enables using `lettre`'s `SendmailTransport` in Vaultwarden. It adds two configuration options: - `USE_SENDMAIL` wether to use sendmail instead of directly connecting to a SMTP server - `SENDMAIL_COMMAND` what...
# Abstract As I see it we have no built in support for mutating data in a race-free way, this "RFC" will look into how we could implement this. #...