Method: Net::POP3#read_timeout

Defined in:
lib/pop_ssl.rb

#read_timeoutObject

Seconds to wait until reading one block (by one read(1) call). If the POP3 object cannot complete a read() within this time, it raises a TimeoutError exception.



497
498
499
# File 'lib/pop_ssl.rb', line 497

def read_timeout
  @read_timeout
end