# File lib/mailfactory.rb, line 162 def multipart?() if(@attachments.length > 0 or @html != nil) return(true) else return(false) end end