method
get_tagged_response
get_tagged_response(tag)
private
Hide source
# File lib/net/imap.rb, line 992 def get_tagged_response(tag) until @tagged_responses.key?(tag) raise @exception if @exception @response_arrival.wait end return pick_up_tagged_response(tag) end