aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-24 15:21:55 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-24 15:21:55 +0100
commit9afd2ea337953ae25517c7bf65406dd8cd0fd375 (patch)
treeb6f1391e410a12b4fdc25fa65d992fd06ad218c9 /README.md
parent9a265a09e24f6bebf6a6e327da5dd9dfd4dfa866 (diff)
downloadaerogramme-9afd2ea337953ae25517c7bf65406dd8cd0fd375.tar.gz
aerogramme-9afd2ea337953ae25517c7bf65406dd8cd0fd375.zip
Dovecot auth types
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index df468be..b15330d 100644
--- a/README.md
+++ b/README.md
@@ -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