# File lib/tmail/mail.rb, line 525 def content_type_is_text? self.header['content-type'] && (self.header['content-type'].main_type != "text") end