# File rmail/parser.rb, line 31
    def parse(input)
      parse_low(PushbackReader.new(input), 0)
    end