Fixes #4840
Signed-off-by: Neal Gompa ngompa13@gmail.com
I was worried and it seems confirmed: AttributeError: '_io.BytesIO' object has no attribute 'decode' :(
AttributeError: '_io.BytesIO' object has no attribute 'decode'
I'm trying with email_from_binary_file, we may need an if six.PY3:...else... here, to see.
email_from_binary_file
if six.PY3:...else...
Pull-Request has been closed by ngompa
Fixes #4840
Signed-off-by: Neal Gompa ngompa13@gmail.com