# File lib/action_mailer/vendor/tmail/mail.rb, line 256
    def values_at( *args )
      args.map {|k| @header[k.downcase] }.flatten
    end