# File lib/tmail/port.rb, line 95
    def read_all
      ropen {|f|
          return f.read
      }
    end