Method: MailFetcher::GmailMessage#html_body
- Defined in:
- lib/mail_fetcher/gmail_message.rb
#html_body ⇒ Object
16 17 18 |
# File 'lib/mail_fetcher/gmail_message.rb', line 16 def html_body find_part_by_content_type(CONTENT_TYPE_HTML).body.decoded end |