# File lib/rmail/parser.rb, line 169
      def parse(input, handler)
        RMail::StreamParser.new(input, handler).parse
      end