# File lib/rmail/parser.rb, line 68
    def Parser.read(input)
      Parser.new.parse(input)
    end