gmail icon indicating copy to clipboard operation
gmail copied to clipboard

html parsing

Open blackms opened this issue 9 years ago • 1 comments

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.

blackms avatar Oct 12 '15 09:10 blackms

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

blkph0x avatar Oct 17 '18 10:10 blkph0x