Module: Mail::RFC2822::AddressList1

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) first_addr



2907
2908
2909
# File 'lib/mail/parsers/rfc2822.rb', line 2907

def first_addr
  elements[0]
end

- (Object) other_addr



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

def other_addr
  elements[1]
end