charlierguo / gmail

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

Can I fetch mail body as html with this library? #98

Open MihailoMilic opened 1 year ago

MihailoMilic commented 1 year ago

I wish to use beautiful soup to extract all of the links from mail's body. BeautifulSoup accepts only html input so I would have to acquire mail bodies in that format. Is that possible with this library and how?