module Net::IMAP::ResponseParser::ParserUtils

def peek_str?(str)

def peek_str?(str)
  assert_no_lookahead if config.debug?
  @str[@pos, str.length] == str
end