djc / tokio-imap

Tokio-based IMAP implementation
Apache License 2.0
123 stars 42 forks source link

fix: allow whitespace at the end of ID response list #168

Closed link2xt closed 5 months ago

link2xt commented 5 months ago

https://archiveopteryx.org/ returns it in the ID response.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 93.75000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 78.72%. Comparing base (730ee0e) to head (9edb0aa).

Files Patch % Lines
imap-proto/src/parser/rfc2971.rs 93.75% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #168 +/- ## ========================================== + Coverage 78.66% 78.72% +0.06% ========================================== Files 22 22 Lines 3553 3568 +15 ========================================== + Hits 2795 2809 +14 - Misses 758 759 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

link2xt commented 5 months ago

Originally reported at https://github.com/deltachat/deltachat-core-rust/issues/5513

djc commented 5 months ago

Thanks!