Menno Finlay-Smits

Results 71 comments of Menno Finlay-Smits

_Original comment by_ **Thomas Willson (Bitbucket: [willson556](https://bitbucket.org/willson556))**: --- I've started work on this [here](https://bitbucket.org/calpolyresdev/imapclient/commits/all). Only the COPYUID functionality is tested and I haven't touched UIDNOTSTICKY. I plan on adding tests...

_Original comment by_ **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))**: --- Thanks, you're right. They'll probably get done together.

_Original comment by_ **Erik Quaeghebeur (Bitbucket: [equaeghe](https://bitbucket.org/equaeghe))**: --- There is a link to MULTIAPPEND in the RFC, so there is a (weak) coupling to issue #198. (I assume you are...

Bummer. It should be fairly straightforward to allow FixedOffset instances to be unpickled. Additionally, when running on Python 3, IMAPClient should probably be using datetime.timezone instead of FixedOffset.

_Original comment by_ **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))**: --- Thanks for this. I'm having a hard time reproducing the problem this is trying to solve with IMAPClient's current tip. I've tried...

_Original comment by_ **tomst (Bitbucket: [tomst](https://bitbucket.org/tomst))**: --- Any thoughts on this? @mjs0

I'm definitely happy to get this sorted out using defaultselector where available. I think it's probably fine to fall back to `select` for Python 2.7. If it really becomes a...

I'm definitely open to adding these. It's just a matter of someone finding the time.

Python 2 support will go away Real Soon Now but I'm not sure when we can realistically stop supporting Python 3.4. Some research is required into Linux distros etc that...

Ouch, good catch! I bet you could also see incorrect behaviour if a folder was called `NIL` :) I think the right approach is to have a specialised function for...