class Net::POP3

def read_timeout=(sec)

Set the read timeout.
def read_timeout=(sec)
  @command.socket.read_timeout = sec if @command
  @read_timeout = sec
end