# File lib/mime/headers/internet.rb, line 28
      def to= list
        @to = stringify_email_list(list)
        headers.add('To', @to)
      end