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