# File lib/tmail/interface.rb, line 49 def header_string( name, default = nil ) h = @header[name.downcase] or return default h.to_s end