# File lib/email_spec/mail_ext.rb, line 11
  def html
    html_part ? html_part.body.raw_source : nil
  end