# File lib/net/pop.rb, line 564
    def finish
      raise IOError, 'POP session not yet started' unless started?
      do_finish
    end