Maurus Decimus
Maurus Decimus
Hi, Not sure if this is a RocksDB limitation but I have a column family with the following options: ``` let mut cf_opts = Options::default(); cf_opts.set_merge_operator_associative("merge", fnc_merge); cf_opts.set_compaction_filter("compact", fnc_compact); ```...
Hi, This PR allows a custom `Policy` to include sensitive headers when redirecting a request. This change is backwards compatible as the default behavior is still to remove all sensitive...
### Description The compose functionality does not seem to be working on both web and iOS clients. I tried on a Mac using Chrome, Firefox and Safari and then on...
Hi, I am unable to compile ring using a ``windows-2019`` or ``windows-2022`` Github runner image. The CI workflow I used is the same one used in this repository, however the...
Adding Stalwart JMAP/IMAP server to the "Communication - Email - Mail Delivery Agents" category. Thank you for taking the time to work on a PR for Awesome-Selfhosted! To ensure your...
Hi, I'd like to add Stalwart SMTP to `Communication - Email - Mail Transfer Agents`. Thanks, Thank you for taking the time to work on a PR for Awesome-Selfhosted! To...
Hi, I found what seems to be a bug. When multiple connections return `true` on `has_broken()`, all future requests to `get()` fail with a `TimedOut` error. This code can be...
### Description I installed colima a few days ago and it was working great until I had to restart the computer. Now colima is no longer starting and returning the...
Added `Stalwart Mail Server` to the Projects section under `data/clients.json` and updated the `lastmod` field.
Methods `delete_range` and `delete_range_cf` are only available when using `DB` but not on `TransactionDB` or `OptimisticTransactionDB`.