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