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