# File lib/tmail/port.rb, line 359
    def copy_to( port )
      port.wopen {|f|
          f.write @buffer
      }
    end