# File lib/action_mailer/vendor/tmail/mail.rb, line 357
    def body=( str )
      parse_body
      @body_port.wopen {|f| f.write str }
      str
    end