diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-29 10:35:55 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2024-05-29 10:35:55 +0200 |
commit | 1c2e8f09857d4bc3d362a8d55710795c28df34a6 (patch) | |
tree | a464012cc3dfb9abb0f738098e79d1f9b9add2d0 /README.md | |
parent | b9ce5886033677f6c65a4b873e17574fdb8df31d (diff) | |
download | aerogramme-1c2e8f09857d4bc3d362a8d55710795c28df34a6.tar.gz aerogramme-1c2e8f09857d4bc3d362a8d55710795c28df34a6.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 3 insertions, 10 deletions
@@ -19,18 +19,11 @@ A resilient & standards-compliant open-source IMAP server with built-in encrypti ## Roadmap - ✅ 0.1 Better emails parsing. - - ✅ 0.2 Support of IMAP4.. + - ✅ 0.2 IMAP4 support. - ✅ 0.3 CalDAV support. - ⌛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`. - + - ⌛0.5 Internals rework. + - ⌛0.6 Public beta. ## Sponsors and funding |