Skip to content

Conversation

nnako
Copy link

@nnako nnako commented Apr 25, 2015

FIX: string access on byte sequence and type cast for invocation of mail message function

FIX: string access on byte sequence and type cast for invocation of mail message function
@magopian
Copy link
Owner

Thanks @nnako for your work! However, I don't think the key itself should be bytes, should it? According to the py33 test in travis, the key doesn't exist.

The py27 test needs fixing, because it's mocked. If you need help fixing those two test failures, please let me know.

@ricrogz
Copy link

ricrogz commented Jul 10, 2016

+1 on this pull: from the IMAPClient documentation, in Python 3 it returns messages as byte arrays, instead of strings as in Python 2. The patch is needed to have it working on Python 3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants