# File lib/mail/indifferent_hash.rb, line 79
    def fetch(key, *extras)
      super(convert_key(key), *extras)
    end