# File lib/mail/utilities.rb, line 109
      def match_to_s( obj1, obj2 )
        obj1.to_s.downcase == obj2.to_s.downcase
      end