# File lib/net/imap.rb, line 785 def add_response_handler(handler = Proc.new) @response_handlers.push(handler) end