module Net::IMAP::ResponseParser::ParserUtils

def accept_re(re)

def accept_re(re)
  assert_no_lookahead if config.debug?
  re.match(@str, @pos) and @pos = $~.end(0)
  $~
end