Closed quzhi1 closed 2 months ago
I guess this is a TODO item? https://github.com/emersion/go-imap/blob/v2/internal/imapwire/decoder.go#L402
I submitted a pull request here: https://github.com/emersion/go-imap/pull/640 Can you take a look? 🙏
Hi @emersion , can you take a look at the pull request above? I am not sure if my fix is correct... Thank you and hope you are doing good ❤️
Hi @emersion ,
I am having trouble listing folders for an IMAP account. This is the IMAP settings:
If I use
I get this error
If I use openssl to list mailboxes directly, this is the response:
I suspect go-imap library is struggling to parse this line of response
[
and]
are special characters, and they are not surrounded by quotation marks. Maybe this is causing the error? If so, how can I fix it?