willmiraglia

Results 1 comments of willmiraglia

Fixed this by setting the default encoding to UTF8 inside **init**.py /Library/Python/2.7/site-packages/ImapLibrary/**init**.py import sys reload(sys) sys.setdefaultencoding('utf8’)