- Rennes, France
- https://koka.kiwi
- Joined on
2021-07-29
Add untagged status in response body possible values
01ee8c872b
proto: Add untagged status in response body values
2af6a7d781
proto: Refactor Request struct
Update imap_codec crate to 0.6
Add untagged status in response body possible values
C: A142 SELECT INBOX
S: * 172 EXISTS imap_codec::types::response::Data::Exists
S: * 1 RECENT - imap_codec::types::response::Data::Recent
S: * OK [UNSEEN 12] Message 12 is first unseen -…
Add untagged status in response body possible values
Publish a release to crates.io
Add in-memory mail storage example
Add support for Continuation response
Add support for Stream-based Body
The simple.rs example must be compiled with RUSTFLAGS="--cfg tokio_unstable"
The simple.rs example must be compiled with RUSTFLAGS="--cfg tokio_unstable"
Ah yeah i indeed forgot this stuff in the draft-doc, thanks
Fixed with 921ea05f89
921ea05f89
chore: Fix simple example and doc
7e8f445967
refactor: Use miette error-diagnostic library
05b5efc8bf
style: Use tower-provided type-alias when useful
54aa382f8b
refactor: Add more debugging facilities into examples