method
response_cond
response_cond()
private
Hide source
# File lib/net/imap.rb, line 2235 def response_cond token = match(T_ATOM) name = token.value.upcase match(T_SPACE) return UntaggedResponse.new(name, resp_text, @str) end