jonhoo / rust-imap

IMAP client library for Rust
Apache License 2.0
477 stars 80 forks source link

Various fixups #285

Closed jonhoo closed 5 months ago

jonhoo commented 5 months ago

This change is Reviewable

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.6%. Comparing base (af5ad73) to head (3cd80e6).

Additional details and impacted files | [Files](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset) | Coverage Δ | | |---|---|---| | [src/client.rs](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL2NsaWVudC5ycw==) | `92.8% <ø> (ø)` | | | [src/client\_builder.rs](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL2NsaWVudF9idWlsZGVyLnJz) | `96.1% <ø> (ø)` | | | [src/error.rs](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL2Vycm9yLnJz) | `21.4% <ø> (ø)` | | | [src/extensions/idle.rs](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL2V4dGVuc2lvbnMvaWRsZS5ycw==) | `0.0% <ø> (ø)` | | | [src/extensions/list\_status.rs](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL2V4dGVuc2lvbnMvbGlzdF9zdGF0dXMucnM=) | `87.9% <100.0%> (ø)` | | | [src/extensions/metadata.rs](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL2V4dGVuc2lvbnMvbWV0YWRhdGEucnM=) | `92.6% <100.0%> (ø)` | | | [src/parse.rs](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3BhcnNlLnJz) | `89.4% <ø> (ø)` | | | [src/types/acls.rs](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3R5cGVzL2FjbHMucnM=) | `98.4% <100.0%> (ø)` | | | [src/types/appended.rs](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3R5cGVzL2FwcGVuZGVkLnJz) | `100.0% <ø> (ø)` | | | [src/types/capabilities.rs](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset#diff-c3JjL3R5cGVzL2NhcGFiaWxpdGllcy5ycw==) | `55.8% <100.0%> (ø)` | | | ... and [5 more](https://app.codecov.io/gh/jonhoo/rust-imap/pull/285?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Jon+Gjengset) | |
jonhoo commented 5 months ago

Published as 3.0.0-alpha.13 :tada: