charlierguo / gmail

A Pythonic interface for Google Mail
MIT License
1.77k stars 386 forks source link

Fixed issue with UTF-8 characters in email subject. #65

Open garciabruno opened 8 years ago

garciabruno commented 8 years ago

Quick (and ugly) fix for UTF-8 characters on email subject causing UnicodeEncodeError exception due to default ASCII encoding.

zartoshtlove1990 commented 8 years ago

zartoshtlove1990@gmail.com

mhyst commented 8 years ago

Thanks!