djc / tokio-imap

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

Add workaround for Zoho Mail invalid FLAGS response #91

Closed link2xt closed 4 years ago

link2xt commented 4 years ago

imap.zoho.com server sends \* in FLAGS response, which is only allowed in PERMANENTFLAGS list.

As a workaround, allow \* in FLAGS response and let the user interpret the response.

djc commented 4 years ago

Looks good, thanks. If you can make some noise towards Zoho about this issue, that would be nice!