Module: Mail::RFC2822::MailboxList1

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) first_addr



2704
2705
2706
# File 'lib/mail/parsers/rfc2822.rb', line 2704

def first_addr
  elements[0]
end

- (Object) other_addr



2708
2709
2710
# File 'lib/mail/parsers/rfc2822.rb', line 2708

def other_addr
  elements[1]
end