# File lib/action_mailer/vendor/tmail/net.rb, line 208 def exec( mail ) if mail._builtin_multipart? then @multipart_composer else @singlepart_composer end.exec mail end