module Net::IMAP::ResponseParser::ParserUtils

def peek_re?(re)

def peek_re?(re)
  assert_no_lookahead if Net::IMAP.debug
  re.match?(@str, @pos)
end