# File lib/mail/message.rb, line 1420
    def multipart?
      has_content_type? ? !!(main_type =~ /^multipart$/i) : false
    end