module Mail::RFC2822::MessageIds1

def first_msg_id

def first_msg_id
  elements[0]
end

def other_msg_ids

def other_msg_ids
  elements[1]
end