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