duesee / imap-codec

Rock-solid and complete codec for IMAP
Apache License 2.0
35 stars 13 forks source link

quirk: deal with Exchange's excessive space #468

Closed nbdd0121 closed 3 months ago

nbdd0121 commented 3 months ago

Microsoft Exchange responds STATUS with a trailing space, which is not RFC compliant.

This is similarly worked around in Ruby's imap library: https://bugs.ruby-lang.org/issues/13649

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 8310690901

Details


Totals Coverage Status
Change from base Build 8236496091: 0.007%
Covered Lines: 10047
Relevant Lines: 10863

💛 - Coveralls
duesee commented 3 months ago

Perfect. Thank you very much, @nbdd0121!