diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-24 15:21:55 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-01-24 15:21:55 +0100 |
commit | 9afd2ea337953ae25517c7bf65406dd8cd0fd375 (patch) | |
tree | b6f1391e410a12b4fdc25fa65d992fd06ad218c9 /README.md | |
parent | 9a265a09e24f6bebf6a6e327da5dd9dfd4dfa866 (diff) | |
download | aerogramme-9afd2ea337953ae25517c7bf65406dd8cd0fd375.tar.gz aerogramme-9afd2ea337953ae25517c7bf65406dd8cd0fd375.zip |
Dovecot auth types
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 |