# File lib/mail/message.rb, line 1465
    def multipart_report?
      multipart? && sub_type =~ /^report$/i
    end