- Rennes, France
- https://koka.kiwi
- Joined on
2021-07-29
Add untagged status in response body possible values
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