# File lib/mail/utilities.rb, line 130
      def constantize( str )
        str.to_s.split(/[-_]/).map { |v| v.capitalize }.to_s
      end