# File rmail/address.rb, line 683
    def Address.parse(string)
      Parser.new(string).parse
    end