Hi,
I just tried to use this package on a project and apparently it crashes with emails containing UTF-8 Characters.
It crashes at this line:
message.message().as_string().decode('utf8')
as_string() function is unable to decode utf-8 character.
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2022' in position 5330: ordinal not in range(128)
How did you solve this in your projects?
Thank you.
Hi,
I just tried to use this package on a project and apparently it crashes with emails containing UTF-8 Characters.
It crashes at this line:
as_string() function is unable to decode utf-8 character.
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2022' in position 5330: ordinal not in range(128)
How did you solve this in your projects?
Thank you.