class Mail::Message

def header_fields

they appear in the header
Returns an FieldList of all the fields in the header in the order that
def header_fields
  header.fields
end