djc / tokio-imap

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

allow status responses to contain no response-text #131

Closed frankstolle closed 3 years ago

frankstolle commented 3 years ago

As already mentioned in the comments of method resp_text there is the possibility to receive such a response without any text. In that case, it makes sense that the response has no trailing space.

The Apple iCloud IMAP-servers for example sends a * BYE\r\n on logout.

djc commented 3 years ago

Thanks!