jonhoo / rust-imap

IMAP client library for Rust
Apache License 2.0
488 stars 84 forks source link

Add test for dovecot unsolicited OK progress message. #196

Closed mordak closed 3 years ago

mordak commented 3 years ago

Follow up on #179.

We seem to have handled this with the recent work on UnsolicitedResponse, so I just added a test to make sure we continue to handle this.


This change is Reviewable

codecov[bot] commented 3 years ago

Codecov Report

Merging #196 (e79c0ae) into master (18ebf56) will increase coverage by 0.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #196      +/-   ##
==========================================
+ Coverage   77.75%   78.02%   +0.26%     
==========================================
  Files          15       15              
  Lines        1722     1734      +12     
==========================================
+ Hits         1339     1353      +14     
+ Misses        383      381       -2     
Impacted Files Coverage Δ
src/parse.rs 88.10% <100.00%> (+0.41%) :arrow_up:
src/types/unsolicited_response.rs 40.00% <0.00%> (+5.71%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 18ebf56...e79c0ae. Read the comment docs.