Menno Finlay-Smits
Menno Finlay-Smits
@equaeghe The plan is to just have a small core of what imaplib does implemented as part of IMAPClient. There's really not that much required that IMAPClient doesn't have already.
_Original comment by_ **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))**: --- http://pep8.readthedocs.org/en/latest/advanced.html#automated-tests
OK, attaching it to 1.1.0 to make sure this isn't forgotten.
Maybe unsolicited responses about other messages are getting mixed in? Debug logs so we can see the protocol level details would be very helpful.
Thanks @christian-intreems a2net. It certainly is likely that unprocessed unsocilicted responses are getting incorrectly used as the response to some later command. I'll take a look at how we can...
Yep. We should fix this.
This could certainly be made friendlier but in a way that would pollute all the command methods. The most pragmatic approach is probably to improve the documentation.
If you give me some guidance on how you'd like the API for this to work, I might be able to provide a PR.
Where would you want existing config to be imported? FT is using the Windows SSH client under the hood, so any existing config in ~/.ssh/config will already be taken into...
This looks to be a problem with either the configuration of the server host or the client host. Mosh strictly requires a UTF-8 locale to run. There's not a lot...