# File lib/tmail/mail.rb, line 466
    def quoted_body
      body_port.ropen {|f| return f.read }
    end