module Mail::RFC2822::AddressList1

def first_addr

def first_addr
  elements[0]
end

def other_addr

def other_addr
  elements[1]
end