Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support special characters in folder names #389

Open
LinqLover opened this issue May 6, 2021 · 0 comments
Open

Support special characters in folder names #389

LinqLover opened this issue May 6, 2021 · 0 comments
Labels
bug Wrong behaviour that needs to be fixed

Comments

@LinqLover
Copy link

In my HPI mailbox, I have a folder named foo\bar (the backslash matters). When downloading all mails, the IMAP client is unable to parse this folder because the server answers a multiline response for this folder. This means that in ICEndPoint >> #fetchNextResponse, the relevant folder description will be spread over multiple evaluations of self stream lastResponse. This requires a minor design change to detect the special escape syntax for these responses. Please contact me if you need further information.

@LinqLover LinqLover added the bug Wrong behaviour that needs to be fixed label May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Wrong behaviour that needs to be fixed
Projects
None yet
Development

No branches or pull requests

1 participant