Closed FelixSchwarz closed 6 years ago
Thank you for the pull request.
I'd like to add some unit tests on the _quote method (to document and test what it does). If you cannot add the tests, I'll do it soon
Probably I won't have too much time in the next days but you might want to have a look at the imapclient code from which I copied the function.
Hello,
I've created a new PR (which builds on this one) and includes the unit tests for the quote function.
The actual quoting code was copied from https://github.com/mjs/imapclient (imapclient/imapclient.py) and used under the 3-clause BSD license.