# File lib/tmail/mail.rb, line 470
    def quoted_body= str
      body_port.wopen { |f| f.write str }
      str
    end