rickypc / robotframework-imaplibrary

IMAP email testing library for Robot Framework
https://pypi.python.org/pypi/robotframework-imaplibrary
Apache License 2.0
21 stars 35 forks source link

added decode to utf8 #26

Closed kitzwang closed 4 years ago

kitzwang commented 4 years ago

currently, i'm getting an error when i use the original keyword. i realized i had to include decoding the contents to utf-8 to fix the issue.

kitzwang commented 4 years ago

fix for python 3