djc / tokio-imap

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

fix: allow trailing SP at the end of responses #152

Closed link2xt closed 10 months ago

link2xt commented 10 months ago

Outlook server sends STATUS responses with a space at the end even though RFC 3501 formal syntax does not allow it.

codecov[bot] commented 10 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Files Coverage Δ
imap-proto/src/parser/rfc3501/mod.rs 96.28% <100.00%> (+0.01%) :arrow_up:
imap-proto/src/parser/tests.rs 90.50% <80.00%> (-0.09%) :arrow_down:

:loudspeaker: Thoughts on this report? Let us know!.

djc commented 10 months ago

Thanks!

link2xt commented 10 months ago

Also would be nice if there is a release somewhere soon so deltachat-core-rust can update without patching to use the git version: https://github.com/deltachat/deltachat-core-rust/pull/4944

djc commented 10 months ago

See #153 -- published 0.16.3 to crates.io.

link2xt commented 10 months ago

Great, thanks!