= private = protected
read_timeout=(sec)
Set the read timeout.
# File lib/net/pop.rb, line 509 def read_timeout=(sec) @command.socket.read_timeout = sec if @command @read_timeout = sec end