# File lib/mail/message.rb, line 1369
    def mime_type
      content_type ? header[:content_type].string : nil
    end