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