charlierguo / gmail

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

html parsing #60

Open blackms opened 9 years ago

blackms commented 9 years ago

Is there a way to avoid the parse of the html in the body? I would like to retrieve the raw message instead. Since it's bad parsed due to outlook strange html tags.

blkph0x commented 6 years ago

old but oh well line 152 in message.py (decode=True) to (decode=False)