modern-email / defects

Collection of real-world email defects
MIT License
6 stars 1 forks source link

Trailing space in `STATUS` response #9

Open duesee opened 9 months ago

duesee commented 9 months ago

See https://github.com/emersion/go-imap/issues/540

Observed in: Exchange (outlook.office365.com:993)
Reported: No
Status: Unknown
Comment: None
Proposed solution(s):
    Consume the trailing space (making sure not to reproduce the defect.) Implemented in https://github.com/emersion/go-imap/pull/541, https://github.com/duesee/imap-codec/pull/468, and [Ruby](https://bugs.ruby-lang.org/issues/13649).
* STATUS INBOX (MESSAGES 0) 
                           ^
                           |
                           Extra whitespace
duesee commented 9 months ago

It could be a setup with Dovecot <--> Exchange.