Module: Mail::RFC2822::AddressList1

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

Instance Method Summary collapse

Instance Method Details

#first_addrObject



2874
2875
2876
# File 'lib/mail/parsers/rfc2822.rb', line 2874

def first_addr
  elements[0]
end

#other_addrObject



2878
2879
2880
# File 'lib/mail/parsers/rfc2822.rb', line 2878

def other_addr
  elements[1]
end