Module: Mail::RFC2822::AddressList1

Defined in:
lib/mail/parsers/rfc2822.rb

Instance Method Summary collapse

Instance Method Details

#first_addrObject



2912
2913
2914
# File 'lib/mail/parsers/rfc2822.rb', line 2912

def first_addr
  elements[0]
end

#other_addrObject



2916
2917
2918
# File 'lib/mail/parsers/rfc2822.rb', line 2916

def other_addr
  elements[1]
end