swerter
swerter
Here the compile command that works on freebsd, under the assumption you have foundationdb installed (for the library): RUSTFLAGS="-L /usr/local/lib/" cargo build -p mail-server -p stalwart-cli --no-default-features --features "rocks postgres...
Hi Yonas, You need to have at least rust 1.76 rustc --version rustc 1.76.0 (07dca489a 2024-02-04) (built from a source tarball) One way to get this is to use the...
@patrickdet: As I could not get my code integrated here, I started a new caldav client library: https://github.com/MigaduMail/excalt in combination with https://github.com/MigaduMail/naiveical Maybe have a look if it helps you...
Ideally, you should be able to export/import each store type (data, blob, lookup, fulltext-index) individually. The complication starts when trying to import only one of the store. Example: Let's say...