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