diff options
author | Quentin <quentin@dufour.io> | 2024-01-25 08:13:03 +0000 |
---|---|---|
committer | Quentin <quentin@dufour.io> | 2024-01-25 08:13:03 +0000 |
commit | 1730bd6c10712de3437e2f870a4a7bfc85a23e85 (patch) | |
tree | cc1a1cb1165eff5a1b2c73ce15fc74dd770cbf9b /README.md | |
parent | 4eebc2cb7d08570d33251934ae40425dd855aa21 (diff) | |
parent | efd9ae5defd8647b709ad0e6cf17f3b28278c591 (diff) | |
download | aerogramme-1730bd6c10712de3437e2f870a4a7bfc85a23e85.tar.gz aerogramme-1730bd6c10712de3437e2f870a4a7bfc85a23e85.zip |
Merge pull request 'feat/finalize-v0.2' (#82) from feat/finalize-v0.2 into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/82
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -19,10 +19,18 @@ A resilient & standards-compliant open-source IMAP server with built-in encrypti ## Roadmap - ✅ 0.1 Better emails parsing (july '23, see [eml-codec](https://git.deuxfleurs.fr/Deuxfleurs/eml-codec)). - - ⌛0.2 Support of IMAP4rev1. (~september '23). - - ⌛0.3 Subset of IMAP4rev2. (~december '23). - - ⌛0.4 CalDAV support. (~february '24). - - ⌛0.5 CardDAV support. + - ✅ 0.2 Support of IMAP4. (~january '24). + - ⌛0.3 CalDAV support. (~february '24). + - ⌛0.4 CardDAV support. + - ⌛0.5 Public beta. + +## A note about cargo2nix + +Currently, you must edit Cargo.nix by hand after running `cargo2nix`. +Find the `tokio` dependency declaration. +Look at tokio's dependencies, the `tracing` is disable through a `if false` logic. +Activate it by replacing the condition with `if true`. + ## Sponsors and funding |