-
Notifications
You must be signed in to change notification settings - Fork 166
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
python 3.3.3 compatiblity error #13
Comments
* Refactoring unicode payload handling of mis-encoded payloads. * Uses six.moves.urllib to find proper urllib versions.
Thanks for reporting this @greendee! Clearly the tests I put in place to validate Python 3 support weren't quite good enough, but I think this should patch things up for you. I've just released a new version of this library with fixes (002e33b) as version 3.1.2. Could I convince you into giving it a shot to make sure I haven't missed anything? Feel free to re-open this ticket if things blow up ❤️. Cheers! |
django_mailbox\transports\imap.py line 34: 'module' object has no attribute 'Errors'. sorry, but this is happens again. |
Hrmph....well, OK, I guess this gives me an excuse to spin up a Django+Python 3 instance; I'll have a look at this tonight. Also, thanks for working with me on this, @greendee, you're (apparently) the only person who has tried to use this on Python 3 😄. |
Woot, ok! Fixed & tested on Python3; added a couple tests to catch this kind of problem in the future, and released as v. 3.2. Cheers! |
I test it to. It works! Congrats! Thank you. |
I try get new messages, but component crashes in django_mailbox\models.py in line 133 - 'module' object has no attribute 'unquote'. I have no idea how to figure it out.
The text was updated successfully, but these errors were encountered: