# File lib/net/pop.rb, line 299 def auth_only( account, password ) raise IOError, 'opening previously opened POP session' if started? start(account, password) { ; } end